MyLog
May 26, 2020 ยท View on GitHub
Build & Run
Prerequisites
-
Install Node.js
-
Install Ionic CLI
$ npm i -g @ionic/cli
- Clone & install dependencies
$ git clone https://github.com/MyDataTaiwan/mylog14.git
$ cd mylog14
$ npm i
Run in browser
$ ionic serve
Run with iOS Simulator
-
Install XCode, XCode command line tools, cocoapods
-
Run
$ ionic capacitor run ios
Then run the App in XCode.
Run with Android Emulator
-
Install Android Studio and Android SDK.
-
Add
"linuxAndroidStudioPath": "<...>/android-studio/bin/studio.sh"intocapacitor.config.json. -
Run
$ ionic capacitor run android
Then run the App in Android Studio.