hardwit / webpack-boilerplate

Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board


Languages

Language:JavaScript 89.1%Language:HTML 7.9%Language:CSS 3.0%