Create a cross-platform Desktop app with React, TypeScript and Tauri
Prerequisites
TODO react & rust
Setup
Install tauri-cli with Cargo (takes longer):
cargo install tauri-cli --version "^1.0.0"
or via NPM:
yarn add -D @tauri-apps/cli
more here: https://tauri.app/v1/guides/getting-started/tauri-cli
Create the first app
yarn create tauri-app
select ->
Run the app:
yarn tauri dev
Build the app:
yarn tauri build --target x86_64-apple-darwin