A Spotify clone, with some personal additions
-
React v18
-
Typescript v5
-
Next.js v14
-
Tailwind CSS v3
-
spotify-web-api-node v5
Here are the instructions that will guide you to install and use the project.
- Clone the repository
git clone https://github.com/Bakhaw/spotify.git
- Navigate into it and install npm dependencies
cd spotify
pnpm install
-
Don't forget to add your .env file otherwise the app is not going to work
-
Start the development server
pnpm dev
The project is now running at http://localhost:3000/
- Build the project in a production mode
pnpm build
- Run the project in production mode
pnpm start