A simple Svelte app to test some endpoints from the Spotify API such as retreiving info of a track, an artist and an album (+ tracks).
Built using IBM's Carbon Design System and AXIOS.
- Install Node
https://nodejs.org/es/download
- Clone repo
git clone https://github.com/SimonGonMon/the-music-lounge.git
- Install dependencies
npm install
- Start Vite server
npm run dev