juloaiza / es6-webpack-boilerplate

ES6 and webpack boilerplate. Minimal configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6-Webpack Boilerplate

npm install

Run development server. Use this option to test and validate changes.

npm run start

Build in development mode.

npm run build-dev

Build in production mode. Use this option to deploy in production.

npm run build-prod

About

ES6 and webpack boilerplate. Minimal configuration.


Languages

Language:JavaScript 85.4%Language:HTML 13.6%Language:CSS 1.0%