Skip to content

jonz94/capacitor-sim-demo

Repository files navigation

capacitor-sim-demo

A demo project for @jonz94/capacitor-sim plugin.

Setup

Prerequisites

Getting Started

Clone this repository:

git clone https://github.com/jonz94/capacitor-sim-demo.git

Change to the root directory of the project:

cd capacitor-sim-demo

Install all dependencies:

npm i

Prepare and launch the Android app:

npx ionic cap sync android
npx ionic cap run android

Prepare and launch the iOS app:

npx ionic cap sync ios
npx ionic cap run ios

License

See LICENSE.

Credits

This README is modified from https://github.com/robingenz/capacitor-plugin-demo.