To get up and running: $ npm install -g bower $ bower install $ open index.html If your REST server expects a namespace on the URL path (such as `/api/study/list` instead of `/study/list`), add it to the `config/config.js` file. You can specify either a namespace (`/api/`) or a URL (`http://my-host:8080/api`).