Aplikasi Rugby Indonesia (iOS) Menggunakan framework ionic versi 3.
- Node.js https://nodejs.org/en/download/
- Cordova https://cordova.apache.org/#getstarted
- Ionic http://ionicframework.com/docs/v1/guide/installation.html
- Xcode https://itunes.apple.com/id/app/xcode/id497799835?mt=12
- Clone project
$ git clone https://github.com/ayenz/iosIonicRugbyV2.git
- Install npm
$ npm install
- Ionic Serve
$ ionic serve
- Add Cordova Platform
$ cordova platform add ios
- Run a production build of your app
$ ionic build ios --prod
- Open the .xcodeproj file in platforms/ios/ in Xcode
- Connect your phone via USB and select it as the run target
- Click the play button in Xcode to try to run your app
Run this following command on project folder
$ ionic serve