A starter setup for front-end development using Eleventy and Webpack.
- Nunjucks for HTML Templating
- Postcss-preset-env for Modern CSS
npm install
npm start # alias for `npm run watch`
npm run dev
npm run prod
npm run clean
npm run lint
Run the entire Netlify platform locally. Preview it all – site generation, functions, and edge logic.
netlify dev