Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 283 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 283 Bytes

webpack-babel

Webpack Babel Boilerplate

Setup

Install dependencies » npm install

Build webpack bundle based on config/webpack.config.js » npm run build

Webpack live server at localhost:8080 » npm run live-server

HTTP-server at localhost:8080 » npm run start