Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions auth/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

Interested in learning [Redux](https://www.udemy.com/react-redux/)?

###Getting Started###
### Getting Started

There are two methods for getting started with this repo.

####Familiar with Git?#####
#### Familiar with Git?
Checkout this repo, install depdencies, then start the gulp process with the following:

```
> git clone [email protected]:StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start
> git clone [email protected]:StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start
```

####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:
#### 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
> npm start
> npm install
> npm start
```