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