A simple hello world using react, webpack, babel, es2015 & sass.
Compiles all the scripts & styles from src path to dist. The kit generates source maps by default in development mode.
##Installation
$ npm install ##Usage
To build on development mode, generates a minified version with source map.
$ npm run buildTo build on production mode
$ NODE_ENV=production npm run buildTo use webpack dev server & watch,
$ npm startListens at http://localhost:8080