/es6-webpack-boilerplate

ES6 and webpack boilerplate. Minimal configuration.

Primary LanguageJavaScript

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