Go to file
stephengrider 35b6363915 Revert "reorg"
This reverts commit 1af735f5eb.
2018-04-30 08:55:33 -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 Revert "reorg" 2018-04-30 08:55:33 -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 Revert "reorg" 2018-04-30 08:55:33 -06:00
package.json Revert "reorg" 2018-04-30 08:55:33 -06:00
webpack.config.js Revert "reorg" 2018-04-30 08:55:33 -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