A Hulu clone using Next JS, Tailwind CSS & Heroicons for the front-end and TMDB API for the data. Inspired by this tutorial.
Inside the repo there is a .env.example file. Rename it to .env.local and fill the values with your own api keys.
For the image data you will need a TMDB API KEY.
NEXT_APP_TMDB_API_KEY=
Assuming you have npm or yarn installed, clone the repo and run the following code:
npm install
or
yarn install
Inside the cloned folder run:
npm run dev
or
yarn dev