Explore Spotify's music database using this JET webapp. Sample app for our JET workshop.
Demo hosted on Github Pages.
- npm
- bower
- grunt-cli
If you haven't already, run npm install --global bower grunt-cli
. Then:
git clone https://github.com/enpit/jet-spotify-explorer
npm i
bower install
grunt bowercopy
grunt build
npm start