An experiment in creating complex UI's with React.js.
- Create an app and get the client id at https://developer.spotify.com/dashboard/applications
- Create
.env.localand addVITE_SPOTIFY_CLIENT_ID=<client id> - Run
yarn dev - Open
http://localhost:3000in your browser of choice.