React + Redux boilerplate with hot reloading and babel support.
This boilerplate contains a React + Redux setup with Hot Reloading onboard and a little demo app showing React and Redux in action.
To set it up, Clone this repo or optionally download the repo's .zip file and extract the contents to a specified directory.
$ git clone https://github.com/iyk-azorji/test-tube.git
From the directory, run:
$ npm install
To install the necessary dependencies, and
$ npm start
To start up the server
In your browser go to http://localhost:8080, and the Demo app should be running.