https://github.com/coder-abdo/spotify-clone
https://github.com/coder-abdo/spotify-clone
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/spotify-clone
- Owner: coder-abdo
- Created: 2023-06-05T20:38:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T22:09:54.000Z (about 3 years ago)
- Last Synced: 2025-01-14T11:58:20.325Z (over 1 year ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```