Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 484 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 484 Bytes

jet-spotify-explorer

Explore Spotify's music database using this JET webapp. Sample app for our JET workshop.

Try it out

Demo hosted on Github Pages.

Prerequsites

  • npm
  • bower
  • grunt-cli

Get started

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

Run

npm start