Created by Dan Levin
A simple starter project for Eleventy with Webpack static site generator Eleventy/11ty, just
* Laravel Mix is a wrapper around webpack, it is purely NodeJS, no PHP involved ;-)
Plugins used (you don't have to keep them):
https://11tyai.danlevin.xyz/
Install via:
npm installStart local development with
npm run startPreview runs on http://localhost:8080/.
Where to edit?
src/-foldersrc/index.njk, Config: .eleventy.jspublic/ folder (automatically generated)Generate a static build with
npm run build