Skip to content

sombriks/yapext

Repository files navigation

Like redline but simplified.

Requirements

Running this example

To run the provided example, you can use npm run dev command:

npm run dev

Mobile support

Add android (or ios) support into capacitor project:

npm install @capacitor/android
npx cap add android

Then every time you want a mobile app build, open the android folder with android studio ad build it.

Whenever you make an application change, build and sync:

npm run build
npm run sync

See these instructions for more details.

Capacitor plugins

There is a wide variety of capacitor plugins:

npm install @capacitor-community/admob
npx cap update

Created with Capacitor Create App

This app was created using @capacitor/create-app, and comes with a very minimal shell for building an app.