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
bashorcmdandcdto nibble - run:
bower install - fill in
host,apiRoot,client_idandclient_secretin "config.json" - open the location of
index.htmlin a webserver (opening asfile://messes with angular)
