ReduxSimpleStarter/README.md

26 lines
688 B
Markdown
Raw Normal View History

2016-01-03 19:06:04 +00:00
# ReduxSimpleStarter
2016-02-25 02:11:19 +00:00
Interested in learning [Redux](https://www.udemy.com/react-redux/)?
2016-01-03 19:06:04 +00:00
###Getting Started###
There are two methods for getting started with this repo.
####Familiar with Git?#####
2016-05-07 02:01:17 +00:00
Checkout this repo, install dependencies, then start the gulp process with the following:
2016-01-03 19:06:04 +00:00
```
2016-01-07 19:20:51 +00:00
> git clone git@github.com:StephenGrider/ReduxSimpleStarter.git
2016-01-08 18:26:34 +00:00
> cd ReduxSimpleStarter
2016-01-03 19:06:04 +00:00
> npm install
2016-01-07 19:19:25 +00:00
> npm start
2016-01-03 19:06:04 +00:00
```
####Not Familiar with Git?#####
Click [here](https://github.com/StephenGrider/ReactStarter/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
```
> npm install
2016-01-07 19:19:25 +00:00
> npm start
2016-01-03 19:06:04 +00:00
```