Skip to content

webmasterdevlin/tauri-app

Repository files navigation

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Recommended IDE Setup

Steps to create and run a new project on ios and android

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

Building for publishing

npx tauri ios build
npx tauri android build

About

My demo app for the ArmadaJS conference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published