This is a simple starter kit for bundling code for the browser with webpack. It includes a few loaders and a basic config for babel and eslint.
npm install
npm dev
Start the app athttp://localhost:8080
, with Hot Module Replacement enabled.npm build
Bundle your code for production.
There are a couple other branches which you may find useful, depending on the needs of your project: