https://github.com/kleviss/react-first-app
First REact App
https://github.com/kleviss/react-first-app
Last synced: 9 months ago
JSON representation
First REact App
- Host: GitHub
- URL: https://github.com/kleviss/react-first-app
- Owner: kleviss
- License: mit
- Created: 2019-03-15T16:50:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:54:25.000Z (over 3 years ago)
- Last Synced: 2025-06-29T09:39:37.645Z (about 1 year ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
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
```