Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 740 Bytes

File metadata and controls

38 lines (23 loc) · 740 Bytes

Webpack-React-Heroku Boilerplate

React+Redux+Webpack Contact Manager demo app.

This is simple demo app, made using this starter kit and Material Ui components.

To Run

$ git clone https://github.com/sandyjoshi/react-webpack-heroku.git && cd react-webpack-heroku

Installation

Install all dependencies.

$ npm install

Development

Builds the application and starts a webserver with livereload. By default the webserver starts at port 3000.

$ npm start

Testing

We use Mocha to test our application.
You can run the tests that are defined under test with

$ npm test