Go to file
Jenna Afarian 8d4e8100be Added components folder. 2018-06-19 11:36:27 +10:00
src Added components folder. 2018-06-19 11:36:27 +10: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-lock.json update package.json 2018-06-04 16:15:26 -06:00
package.json update package.json 2018-06-04 16:15:26 -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