Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 648 Bytes

test-tube

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.

Getting Started.

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.