webpack-boilerplate
webpack-boilerplate copied to clipboard
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Webpack 4 Boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Download
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
Setup
Install dependencies
$ npm install
Scripts
Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/
$ npm run dev
Build the current application for deployment
$ npm run build