https://github.com/mazulo/react-course
Project based on "Modern React with Redux" Udemy course
https://github.com/mazulo/react-course
Last synced: over 1 year ago
JSON representation
Project based on "Modern React with Redux" Udemy course
- Host: GitHub
- URL: https://github.com/mazulo/react-course
- Owner: mazulo
- License: mit
- Created: 2017-10-26T16:29:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T08:29:54.000Z (over 7 years ago)
- Last Synced: 2025-01-21T12:08:47.586Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.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 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](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
```