/spotify-ui

Spotify UI

Primary LanguageTypeScript

Spotify UI

Install dependencies

npm i

Set up your Spotify config

You need to create a Spotify app here and a JSON configuration file in config folder named spotify.auth.json

spotify.auth.json

{
	"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
	"secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

Run Dev / Build

To run the dev version

npm run dev

To build the app

npm run build