/reduxMiddleWareSample

a template that uses redux and middleware to maintain state

Primary LanguageJavaScriptMIT LicenseMIT

reduxMiddleWareSample

a template that uses redux and middleware to maintain state

ReduxSimpleStarter

###Getting Started###

There are two methods for getting started with this repo.

####Familiar with Git?##### Checkout this repo, install dependencies, then start the gulp process with the following:

	> git clone https://github.com/15chrjef/reduxMiddleWareSample ReduxSimpleStarter
	> cd ReduxSimpleStarter
	> npm install
	> npm start