Go to file
Dorian Karter 94692d540e Use destructuring to import Component
You use destructuring in your course so it makes sense to have the redux simple starter boilerplate use the same syntax
2016-03-11 14:52:34 -06: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 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 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 added test boilerplate and helpers 2016-03-02 14:31:05 -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