App for buying foods & drinks at the office
- Node js (only for bower)
- Bower
- A webserver to run the app on (just static files)
- A server running the REST API backend (not needed for dummy testing)
- start bash or cmd and cd to nibble
- run: "bower install"
- fill in host, apiRoot, client_id and client_secret in "config.json"
- open the location of index.html in a webserver (opening as file:// messes with angular)