Skip to content

akhtersoyeb/NextJS-HULU-clone

Repository files navigation

SCREENSHOT

Alt text

SETUP

  1. clone the repo to local system and navigate to the directory
git clone https://github.com/akhtersoyeb/NextJS-HULU-clone.git
cd NextJS-HULU-Clone
  1. Install the dependencies with this yarn command
yarn install
  1. Rename the .env.local(copy) file to .env.local and edit the file. It should look like this
API_KEY=your-tmdb-api-key-here
  1. Go to https://www.themoviedb.org/ and generate your API keys and paste it in .env.local file
  2. Run the server with this command
yarn run dev
  1. Go to localhost:3000 on your browser and you should see the website

NOTE

I have built this clone by watching the video on youtube. Youtube video link -> Click Here

If you found any typo or code mistake on this repo please create an issue. I will be glad for your contribution.

Releases

No releases published

Packages

No packages published