Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.18 KB

capacitor-live-update-demo

⚡️ Simple Ionic Angular app to demonstrate the use of the Capacitor Live Update plugin.

Plugins

The following plugins are included:

Development 💻

Prerequisites

Getting Started

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