A small Hulu clone that I'm building with the help of Sonny Sangha's YouTube video.
- Next.js
- Tailwind CSS
- TMDB
First, install the dependencies:
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Node: 16.14.2
- yarn: 1.22.18
- npm: 8.5.0