Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A demo project for @jonz94/capacitor-sim plugin.
https://github.com/jonz94/capacitor-sim-demo

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# capacitor-sim-demo

A demo project for [@jonz94/capacitor-sim](https://github.com/jonz94/capacitor-sim) plugin.

## Setup

### Prerequisites

- Install [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm)
- Android development: Install [Android Studio](https://developer.android.com/studio)
- iOS development: Install [XCode](https://apps.apple.com/de/app/xcode/id497799835?mt=12)

### 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](https://github.com/jonz94/capacitor-sim-demo/blob/main/LICENSE).

## Credits

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