https://github.com/equimper/advancedreactredux
Udemy course for React | Redux with the tdd aproch
https://github.com/equimper/advancedreactredux
Last synced: 7 months ago
JSON representation
Udemy course for React | Redux with the tdd aproch
- Host: GitHub
- URL: https://github.com/equimper/advancedreactredux
- Owner: EQuimper
- Created: 2016-05-23T22:48:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T21:49:11.000Z (over 9 years ago)
- Last Synced: 2025-02-24T13:56:59.439Z (7 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReduxSimpleStarter
Interested in learning [Redux](https://www.udemy.com/react-redux/)?
###Getting Started###
There are two methods for getting started with this repo.
####Familiar with Git?#####
Checkout this repo, install depdencies, then start the gulp process with the following:```
> git clone git@github.com: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:```
> npm install
> npm start
```