Youtube clone with Tailwind CSS and Nuxt 3

Original Medium post

I cloned Youtube with Tailwind CSS in 3 days and you will learn it in 3 minutes!

I cloned Youtube with Tailwind CSS in 3 days and you will learn it in 3 minutes!

Youtube preview

Youtube preview

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

GitHub

View Github