taxi
Installation
- Type in terminal or cmd
git clone https://github.com/miamor/taxi_frontend.git
or download this project - cd taxi_frontend
- nmp install
- bower install
- ionic serve (or
ionic serve --lab
)
Run in android
- ionic platform add android
- ionic build android
- ionic run android
Run in ios (you must have mac)
- ionic platform add ios
- ionic build ios
- ionic run ios
Note
I build this pp to fetch json data from localhost server. You can change requests to your server or use your sample data in www/js/controller.js