Go to file
stephen grider 2cd850bae8 using history fallback 2016-01-16 16:27:59 -08: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-01-08 10:26:34 -08:00
index.html added google maps by default 2016-01-02 14:09:04 -08:00
package.json using history fallback 2016-01-16 16:27:59 -08:00
webpack.config.js added redux 2015-11-25 14:34:49 -08:00

README.md

ReduxSimpleStarter

###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