-
Notifications
You must be signed in to change notification settings - Fork 0
home
dandevri edited this page Jun 1, 2019
·
2 revisions
Opinionated boilerplate that can be used to start a new static site project. JavaScript all the way down.
It's built around the JAMstack idea with modern development tools as outlined in the Front-end Developer Handbook 2019. This project aims to set sensible defaults for best practices of front-end development. This boilerplate favors core web technologies (HTML, CSS, and JavaScript) for a 'simple' developer experience.
- Uses [
11ty
][11ty] as a static site generator which compilesnunjucks
templates - Compiles SCSS (
postcss
), minifies (cssnano
) & prefixes (autoprefixer
) - Linting with
Stylelint
and browser scopebrowserslist
- Minifies images using
imagemin
and severalplugins
- Easily deployed to
Netlify
MIT © Danny de Vries | A boilerplate for building static websites