Go to file
Stephen Grider 3441a8ec05 Update README.md 2016-02-24 20:11:19 -06:00
src use store with middleware 2016-01-01 17:21:42 -08:00
style added css 2015-12-05 13:48:45 -08:00
.babelrc state-1 -> stage-1 2015-11-25 17:10:28 -08:00
.gitignore action and reducer setup 2015-11-25 14:41:00 -08:00
README.md Update README.md 2016-02-24 20:11:19 -06:00
index.html absolute script and css paths 2016-01-17 15:05:28 -08:00
package.json move history fallback to webpack server config 2016-01-16 16:32:59 -08:00
webpack.config.js move history fallback to webpack server config 2016-01-16 16:32:59 -08:00

README.md

ReduxSimpleStarter

Interested in learning Redux?

###Getting Started###

There are two methods for getting started with this repo.

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

	> git clone git@github.com:StephenGrider/ReduxSimpleStarter.git
	> cd ReduxSimpleStarter
	> npm install
	> npm start

####Not Familiar with Git?##### 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