Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Created with Capacitor Create App

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

Running this example

To run the provided example, you can use npm start command.

npm start

Running on Android or iOS

# make sure to run below command before running on mobile
npm run build

# run on Android
npx cap run android

# run on iOS
npx cap run ios