Ionic - Angular - Cordova
- Clone this repository:
$ git clone https://github.com/keyserfaty/farn.git
- Install the dependencies in the repository folder:
$ npm install
$ bower install
- Install geolocation plugin:
$ cordova plugin add cordova-plugin-geolocation
- Add iOS:
$ ionic platform add ios
- Add Android:
$ ionic platform add android
- Run:
$ ionic serve