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
11tyas a static site generator which compilesnunjuckstemplates - Compiles SCSS (
postcss), minifies (cssnano) & prefixes (autoprefixer) - Linting with
Stylelintand browser scopebrowserslist - Minifies images using
imageminand 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.
