Node, Grunt, Bower (npm install grunt-cli bower -g
)
Run npm install
and bower install
to install dependencies.
Add your TMDb API key to app/scripts/services/appsettings.js
.
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.