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 installto install all modules - Run
npm startto run the gulp tasks, start watch and webserver. - Run
npm run buildto only run gulp tasks.
Check the scss-fw branch for an additional SCSS framework.