Go to file
Stephen Grider b198de25f1 Merge pull request #29 from hex13/master
fix typo in README.md
2016-05-25 14:45:54 -07: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
test added test boilerplate and helpers 2016-03-02 14:31:05 -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 fix typo in README.md 2016-05-07 04:01:17 +02:00
index.html absolute script and css paths 2016-01-17 15:05:28 -08:00
package.json added reactrouter 2016-03-18 09:45:58 -07: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 dependencies, 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