React Redux Simple Starter

A very basic boilerplate to get started with React and Redux using ES6. For more advance starter kits you may look into React Redux Universal HOT Example

###Getting Started###

There are two methods for getting started with this repo.

####Clone the repository from GIT##### Checkout this repo, install dependencies, then start the npm process with the following:

	> git clone git@github.com:hirakme/ReactReduxSimpleStarter.git
	> cd ReactReduxSimpleStarter
	> npm install
	> npm start

####Download the source code##### Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

	> npm install
	> npm start