Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 729 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 729 Bytes

This is a testing starter project using the Youtube API

Prerequisites

  1. Add your own personal youtube API Key in App.tsx const API_KEY = "ADD_API_KEY_HERE"; you can generate one from the Google Developer Console

Available Scripts

In the project directory, you can run:

yarn install

Install all npm dependencies

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. if localhost is not working because of the https redirect try Open http://127.0.0.1:3000

The page will reload if you make edits.
You will also see any errors in the console.