/netflix-clone

Nextflix clone built with Next JS, Typescript with Firebase Auth.

Primary LanguageTypeScript

Netflix Clone

Tech

Getting Started

For the repo or clone the repo https://github.com/Aakrut/netflix-clone

open the main directory

create new .env file and paste the following keys and add your API keys.

FIREBASE_API_KEY=firebase_key
NEXT_PUBLIC_API_KEY=next_api_key

Now Head back to the Terminal and Run The Following Commands.

npm run dev
--or--
yarn dev