Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 605 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 605 Bytes

Environment

Get a Youtube Data API key

Create a .env.local file

source .env.local

write this in .env.local

REACT_APP_YT_API_KEY=AIzaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Installing dependencies

npm install

or

yarn install

Tests

Jest Enzyme.

npm test

or

yarn test

technologies