Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonz94/capacitor-sim-demo
- Owner: jonz94
- License: 0bsd
- Created: 2023-02-27T13:11:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:29:13.000Z (5 months ago)
- Last Synced: 2024-06-21T04:14:20.923Z (5 months ago)
- Language: CSS
- Homepage: https://github.com/jonz94/capacitor-sim
- Size: 992 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.