Tool to let Spotify users get music recommendations. (NOTE: a Spotify account is needed).
The app generates playlists for users from a selection of artists and songs.
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn start
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
yarn build --report