Simple Youtube clone made in React for a school project.
First, install the depencendies:
yarn install
Rename the .env.example
to .env
and insert your own API keys to be able to run the app correctly.
Next, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.