About

This is an example intro summary

A basic Eleventy (11ty) starter project with Parcel JS.

Features

  • Two initial Nunjucks templates
  • Parcel for JS bundling and Sass compilation
  • Basic Sass architecture to get you started
  • SVG sprite creation
  • Image optimisation
  • Prettier and Stylelint
  • Fly-out menu

Commands

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