A YouTube Music clone with NextJs
- NextJs with TypeScript: For building the user interface with type safety.
- TailwindCSS: For styling the components.
Clone the project
git clone https://github.com/JDCodeWork/yt-music-clone.gitGo to the project directory
cd yt-music-cloneInstall dependencies
npm installStart the development server
npm run dev