Demo project for WDCM talk on AngularJS.
You need to aquire a TMDB API Key. Then, open app/scripts/apikey.js and insert your api key in line 5.
On software side, you need node
, bower
, grunt
, and karma
.
Run npm install
and bower install
to download some required internet onto your machine.
Run grunt serve
to run the demo tool.