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

https://github.com/coder-abdo/spotify-clone


https://github.com/coder-abdo/spotify-clone

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Spotify Cloner

## This Is The Spotify Clone Full Stack.

---

- First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

- Second Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

---

### Techs Used:

1. NextJS.
2. Typescript.
3. Supabase.
4. Stripe
5. Postgresql.
6. TailwindCSS.

---

- third, you can build the project using these command:

```bash
npm run build
# or
yarn build
# or
pnpm build
```