This is a Next.js project bootstrapped with create-next-app
.
Old Project of Netflix-clone rebuilt using Next, Tailwind and TMDB API.
First, Install the dependencies:
npm install
or
yarn install
Then, run the development server:
npm run dev
or
yarn dev
Open LocalHost 3000 port with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API Key can be obtained by creating a free account on TMDB. Create a new account, Move to settings, Click API and fill the form for developer options. Copy the API key into .env file. TMDB API base is https://api.themoviedb.org/3
.