git clone --depth=1 https://github.com/SirMoustache/webpack-boilerplate.git
cd webpack-boilerplate
npm install
Run Node server and start watching srs files with webpack
npm run start
Then open http://localhost:5200
Build with dev config
npm run build:dev
Build with prod config
npm run build
Prettify files
npm run prettify
Run tests
npm run test
Run linter
npm run lint