Go to file
stephengrider 44438c9c14 break store into separate file 2017-05-02 15:34:44 -07:00
src break store into separate file 2017-05-02 15:34:44 -07: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-04-10 09:31:43 -07:00
package.json Update package.json 2017-04-26 20:25:53 -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