Go to file
Stephen Grider 8ad0b89c55 Update README.md 2017-04-06 16:10:57 -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
.babelrc Create .babelrc 2016-05-28 11:50:49 -07:00
.gitignore Update .gitignore 2017-04-06 16:09:06 -07:00
LICENSE.MD Create LICENSE.MD 2016-12-19 10:10:38 -08:00
README.md Update README.md 2017-04-06 16:10:57 -07:00
index.html Update index.html 2017-01-06 11:05:59 -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 https://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