Webpack 4 Boilerplate
A simple webpack 4 boilerplate with Babel, SASS and lodash
Setup
Install dependencies
$ npm install
Dev
Run the local webpack-dev-server with livereload and autocompile on http://localhost:9000/
$ npm start
Build for production
Build the current application into the /dist/
folder
$ npm run build