A web app for vizualizing personalized data from spotify. live version
A Fully responsive web app Build with:
npm install
.Create a .env file in root directory.
The environment variables must have :
VITE_API_BASE_URL= base url of the api e.g.,api.com/
VITE_API_SERVER_URL= base url of the heroku server e.g.,server.com/
Launch dev server
npm run dev
or test production code.
npm run build && npm run serve