https://github.com/victorsteven/react-youtube-app
This is a React App that uses the Youtube API to play videos
https://github.com/victorsteven/react-youtube-app
Last synced: 3 months ago
JSON representation
This is a React App that uses the Youtube API to play videos
- Host: GitHub
- URL: https://github.com/victorsteven/react-youtube-app
- Owner: victorsteven
- License: mit
- Created: 2019-04-24T17:12:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T15:13:35.000Z (about 6 years ago)
- Last Synced: 2025-01-11T09:19:23.497Z (5 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- 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
```