Template for building Web Application using Webpack
- bundling CSS and JS using webpack
- processing SCSS
- processing Jade
npm install webpack -g
npm update
npm run build
npm run watch
Open dist/index.html
in browser
npm install webpack -g
npm update
npm run build
npm run watch
Open dist/index.html
in browser