⚡️ Simple Ionic Angular app to demonstrate the use of the Capacitor Live Update plugin.
The following plugins are included:
- Install Node.js which includes Node Package Manager
- Android development: Install Android Studio
- iOS development: Install XCode
# Clone this repository
$ git clone https://github.com/capawesome-team/capacitor-live-update-demo.git
# Change to the root directory of the project
$ cd capacitor-live-update-demo
# Install all dependencies
$ npm i
# Run the web app
$ npm run start
# Run the Android app
$ npx ionic cap sync android
$ npx ionic cap run android
# Run the iOS app
$ npx ionic cap sync ios
$ npx ionic cap run ios
This project uses Ionic as app development platform and the Ionic CLI.