React+Redux+Webpack Contact Manager demo app.
This is simple demo app, made using this starter kit and Material Ui components.
$ git clone https://github.com/sandyjoshi/react-webpack-heroku.git && cd react-webpack-heroku
Install all dependencies.
$ npm install
Builds the application and starts a webserver with livereload. By default the webserver starts at port 3000.
$ npm start
We use Mocha to test our application.
You can run the tests that are defined under test with
$ npm test