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 install
Start local development with
npm run start
Preview runs on http://localhost:8080/.
Where to edit?
src/
-foldersrc/index.njk
, Config: .eleventy.js
public/
folder (automatically generated)Generate a static build with
npm run build