- Language: Typescript
- Path: src/index.html
- Android Path: android
- Framework: Ionic 4.X + CapacitorJS
- Author: Farda F. & R. Agatha
- Version: 2.0.0
- Description:
- License: MIT
- Repository: https://github.com/onyetapp/MOBILE-05-kandah-apps
Please Read Ionicframework 6.X Documentation for more information.
- Download the installer for Node LTS.
- Install the ionic CLI globally:
npm install -g ionic
- Clone this repository:
git clone https://github.com/onyetapp/MOBILE-05-kandah-apps.git
. - Run
npm install
from the project root. - Run
ionic serve
in a terminal from the project root. - Profit. 🎉
Note: See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally.
![]() |
![]() |
![]() |
![]() |
![]() |
- Un-comment these lines
- Run
ionic build --prod
- Push the
www
folder to your hosting service
- Run
ionic cap add android
- Run
ionic build --prod
- Run
ionic cap sync android
- Run
ionic cap open android
Note: if you experience problems when building on android. try to fix it using jetify npm install jetifier
and Run npx jetify
and try build again.
- Run
ionic cap add ios
- Run
ionic build --prod
- Run
ionic cap sync ios
- Run
ionic cap open ios
Note: The iOS simulator is not supported by the Ionic CLI. To run iOS apps on your local machine, you must use Xcode