Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 807 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 807 Bytes

react-youtube-search

Simple searching youtube via youtube api with reactJs.

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the process with the following:

> git clone https://github.com/asepsetyawan/react-youtube-search.git
> cd react-youtube-search
> npm install
> npm start
> open web browser, by default localhost:3000

Not Familiar with Git?

Click here 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