Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mlynch/dev-app


https://github.com/mlynch/dev-app

Last synced: 2 months ago
JSON representation

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.