An open API service indexing awesome lists of open source software.

https://github.com/jdcodework/yt-music-clone


https://github.com/jdcodework/yt-music-clone

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# YouTube Music Clone

A [YouTube Music](https://music.youtube.com/) clone with NextJs

## Technologies Used

- **NextJs with TypeScript**: For building the user interface with type safety.
- **TailwindCSS**: For styling the components.

## Run Locally

Clone the project

```bash
git clone https://github.com/JDCodeWork/yt-music-clone.git
```

Go to the project directory

```bash
cd yt-music-clone
```

Install dependencies

```bash
npm install
```

Start the development server

```bash
npm run dev
```