Welcome to this small project, a Vue.js SPA feat. Spotify API.
sudo npm -g @vue/cli
install vue-cli- clone the repo, in the root of the project create a
.env
file with the following contentsVUE_APP_CLIENT_ID=<id obtained from Spotify> VUE_APP_CLIENT_SECRET=<secret obtained from Spotify> VUE_APP_REDIRECT_URI=http://localhost:8080/login
- navigate to the root of the project in the terminal/command prompt
npm i
npm run serve