https://github.com/bonnie/udemy-redux-starter
https://github.com/bonnie/udemy-redux-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonnie/udemy-redux-starter
- Owner: bonnie
- License: mit
- Created: 2017-12-27T04:30:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T05:42:58.000Z (almost 8 years ago)
- Last Synced: 2025-05-14T15:16:50.795Z (5 months ago)
- Language: JavaScript
- Size: 376 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```