/spotify-react

connecting spotify auth with spotify api through react

Primary LanguageJavaScript

Running instructions

Backend auth server starts on localhost:8888 by running node app.js in the auth-server directory.

Frontend React can run with npm start in the client folder.