- Create an app on the Spotify Developer's Dashboard
- Be sure to specify a callback URL that matches the URL in the Express.js server and PORT in the env file e.g. http://localhost:4000/auth
- Create a file called .env in the root directory and add the following entries:
SPOTIFY_CLIENT_ID=<your-app-client-id> SPOTIFY_CLIENT_SECRET=<your-app-client-secret> VUE_APP_HOST=localhost PORT=4000
- Open the terminal and run the following commands:
# Install the project's dependencies npm i # Start the development web server npm run serve
- Open another terminal and start the Express.js web server
node server.js
- Navigate to http://localhost:8081
-
Notifications
You must be signed in to change notification settings - Fork 0
mheirendt/spotlights
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published