In this file: https://github.com/aliok/mobile-docs/blob/ad16862a11653e07d2b587aba3cfef9d5075a00c/modules/ROOT/pages/showcase-apps/service-setup.adoc
We have Xamarin documentation missing: - How to build the Xamarin showcase app - How to run the Xamarin showcase app
That file is created during https://github.com/aerogear/mobile-docs/pull/95
Pasting here the content for Cordova for having an idea of the task: Build: {code} npm install npm run ionic:build {code}
Run: {code} To run the showcase app, use these commands:
npm run ionic:android # to run on an Android device or emulator npm run ionic:ios # to run on an iOS device or emulator These commands would run the app on a device if connected or on the emulator if no device is connected.
Alternatively, you can use Cordova commands directly to specify the target:
ionic cordova run android --device # run on a connected device ionic cordova run android --emulator # run on the Android emulator {code}
It is also ok to give Visual Stu instructions. |
|