Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adnanmc/reactudemy
https://github.com/adnanmc/reactudemy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adnanmc/reactudemy
- Owner: adnanmc
- License: mit
- Created: 2017-08-29T15:46:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T16:15:25.000Z (over 7 years ago)
- Last Synced: 2024-11-09T10:41:27.374Z (3 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- 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
```