https://github.com/bonnie/udemy-higher-order-components
https://github.com/bonnie/udemy-higher-order-components
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonnie/udemy-higher-order-components
- Owner: bonnie
- License: mit
- Created: 2018-01-07T00:31:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T00:54:57.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T17:40:15.337Z (over 1 year ago)
- Language: JavaScript
- Size: 54.7 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
```