Go to file
Stephen Grider ce8e6ed8ed
Update index.html
2018-05-23 08:52:11 -06:00
src Revert "reorg" 2018-04-30 08:55:33 -06:00
style Revert "reorg" 2018-04-30 08:55:33 -06:00
test Update test_helper.js 2018-05-01 15:27:26 -06: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 Revert "reorg" 2018-04-30 08:55:33 -06:00
README.md Revert "reorg" 2018-04-30 08:55:33 -06:00
index.html Update index.html 2018-05-23 08:52:11 -06:00
package.json Remove RR 2.0.0 2018-05-23 08:45:29 -06:00
webpack.config.js fix windows watch options 2018-04-30 08:57:30 -06: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