Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 2.13 KB

README.md

File metadata and controls

78 lines (61 loc) · 2.13 KB

Kandah Apps

Please Read Ionicframework 6.X Documentation for more information.

Table of Contents

Getting Started

  • 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.

App Preview

Deploying

Progressive Web App

  1. Un-comment these lines
  2. Run ionic build --prod
  3. Push the www folder to your hosting service

Android

  1. Run ionic cap add android
  2. Run ionic build --prod
  3. Run ionic cap sync android
  4. 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.

iOS

  1. Run ionic cap add ios
  2. Run ionic build --prod
  3. Run ionic cap sync ios
  4. 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