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 start 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.

Created with Capacitor Create App

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