Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Download in current directory
$ curl -L -o master.zip https://github.com/hardwit/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip && mv ./webpack-boilerplate-master/* ./ && rm -rf ./webpack-boilerplate-master
Install dependencies
$ npm install
Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/
$ npm run dev
$ npm run build