A simple starterkit for front end development using Webpack2, ES6 (babel) and Sass
- Node.js v6.9+
- Yarn or npm client
- webpack 2
- Webpack Validator
- Webpack Bundle Analyzer
- babel
- Uglify
- HotModuleReload (HMR)
- Sass > PostCSS(Autoprefixer) > CSS
- Vendors
Install packages with Yarn 😉 :
yarn
Terminal mode:
npm run dev
Dashboard mode:
npm run dev:dashboard
Go to: http://localhost:3000
npm run build
Dist will be inside dist folder.