About
A basic Eleventy (11ty) starter project with Parcel JS.
Features
- Two initial Nunjucks templates
- JS bundling, Sass-to-CSS compilation and image optimisation via Parcel
- Basic Sass architecture to get you started
- SVG sprite creation
- Prettier and Stylelint
- Fly-out menu
- Custom properties for spacing and typography from Utopia.fyi
- Cache-busting
Getting started
Clone or download the project from the Github repository.
Install dependencies
npm install
Run
npm start
Build for production
npm run build
Generate SVG sprite
npm run svg