iOS and Android Setup
This guide covers setting up the mobile applications for iOS and Android using Capacitor.
Prerequisites
Make sure you have completed the initial setup first.
Setup Instructions
Install the latest packages
npm iBuild the application
npm run build
For the first time, generate ios and android folder:
For iOS:
npm run capacitor:add:ios
For Android:
npm run capacitor:add:android
Generate assets:
npm run capacitor:assets:generate:ios
Sync the files
npm run capacitor:sync
Open the App
For iOS:
npm run capacitor:open:ios
For Android:
npm run capacitor:open:android