Go to file
stephen grider a7b92d5c9c Merge branch 'master' of github.com:StephenGrider/ReduxSimpleStarter 2016-05-25 15:49:00 -07:00
src Use destructuring to import Component 2016-03-11 14:52:34 -06:00
style added css 2015-12-05 13:48:45 -08:00
test Add global navigator setting to modify the error, 'navigator is not defined', in testing with react-router link 2016-04-21 16:31:25 +09:00
.gitignore Filter out IntelliJ IDEA project files in .gitignore 2016-03-07 11:27:40 +01: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 moved babel config to webpack 2016-05-25 15:48:53 -07: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