A simple HTML, SASS, ES6 + webpack, SVG-Sprite-able, gulp based static site boilerplate.
- Download the repo and put in your project folder.
- Put your code and files in the proper folders within
./src
. - Run
npm install
to install all modules - Run
npm start
to run the gulp tasks, start watch and webserver. - Run
npm run build
to only run gulp tasks.
Check the scss-fw
branch for an additional SCSS framework.