This template should help get you started developing with Tauri, React and Typescript in Vite.
create a new project using the following command
npm create tauri-app@latest
npm run dev
npx tauri android init
npx tauri android dev
npx tauri ios init
npx tauri ios dev 'iPhone 17'
NOTE: setup signing certificate in xcode before running the below command
npx tauri ios dev --host
npx tauri ios build
npx tauri android build