Skip to content

imperiumzigna/next_hulu

Repository files navigation

Next.js + Tailwind CSS Hulu Clone

This is a simple clone of Hulu homepage using TMDB api for data

Preview

Desktop view:

Mobile view:

You can visit a deployed version on this link.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

  1. Clone the repository

  2. Install dependencies

npm install
  1. Run the project
npm run dev
  1. After build you should see the server running at http://localhost:3000

Deploy it to the cloud with Vercel (Documentation).