Jukebox

The idea is to revive an old jukebox app that used to be available on the Spotify apps platform (before it was killed).

Develop

npm install
# the following three commands each in a seperate tab
npm run res:watch
npm run webpack:watch
npm start

Build

npm install
npm run build