Opinionated boilerplate that can be used to start a new static site project. It's built with static site generator Eleventy (11ty) and has a minimal asset pipeline using PostCSS. JavaScript all the way down.
- Uses
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
Follow these steps to get started:
- Clone the project
$ git clone https://github.com/dandevri/static-site-starter.git
- Then do the
npm run dev
to start the live-reloadzz on a local development server.