Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlynch/dev-app
https://github.com/mlynch/dev-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlynch/dev-app
- Owner: mlynch
- License: mit
- Created: 2020-05-22T15:30:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T15:27:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T06:50:24.629Z (2 months ago)
- Language: Objective-C
- Size: 6.59 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Dev App - Custom
This is an experimental version of the now defunct Ionic DevApp that developers compile themselves using the native plugins and functionality they need. Then that app can be used to test their apps without any limitations. Think of it as a special on-device test and debug experience for your app.
## Getting Started
Before starting, you'll need to have all [required dependencies of Capacitor](https://capacitor.ionicframework.com/docs/getting-started/dependencies) for the platform you will run on.
To get started, clone the repo, then run
```bash
npm install
npm run build
npx cap sync
npx cap open ios
```Then build and run it right in the IDE.