ES6 boilerplate webpack setup

Setup

Goto folder

  • use npm
npm install
  • use yarn
yarn install

Build

  • Dev environment
npm run dev
  • Production environment
npm run build

Notes

  • For dev environment, please use http://localhost:8080/ url in the browser.
  • Build files location /public