We have two kinds of dependencies in this project: tools and angular framework code. The tools help us manage and test the application.
- We get the tools we depend upon via
npm
, the node package manager. - We get the angular code via
bower
, a client-side code package manager.
npm
is configured to automatically run bower install
and gulp
. Before you run the application for the first time, simply run this command from the www/master
directory: