Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 366 Bytes

movieDepot

Prerequisites

Node, Grunt, Bower (npm install grunt-cli bower -g)

Build & Development

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.

Testing

Running grunt test will run the unit tests with karma.