A food delivery app used by our drivers to complement OOTDFood app.
The backend system supporting the RESTful web services can be found here.
- Ensure that OOTDFood have been deployed first.
- Run
npm install
to generate all the node module. - Run
ionic serve
for a dev server. The app will automatically reload if you change any of the source files.