A very simple project starter with webpack composed with the latest features
npm install
npm start
npm run build:dev
npm run build:prod
- Hot Reload
- Sass support (sass-loader)
- Last EcmaScript version (babel-loader with babel-preset-env)
- Generate HTML automatically (html-webpack-plugin)
- Extract styles on production (extract-text-plugin)