- React
- TailwindCSS
- Nodejs (for Auth Server)
- Fork and Clone this repository
- Go to Spotify Developer Dashboard and create an application
- Generate ClientID and Client Secret (Do not share your secret with anyone)
- Update ENV for Server (checkout .env.sample) and src/constants in Client with your information
- Install dependencies for server and client , using
npm install
- Cd into server and run
node server.js
- Cd into client and run
npm run start
Because spotify only allows pre defined spotify users to use an app in Development Phase . And your project need to have a defined use (not a hobby project) to be granted extended access.