Tauri
Create a Tauri project based on Farm.
Farm provides two approaches to support creating Tauri projects:
- Use the
create-farmscaffold to create a scaffold project - You can manually create a
Tauriproject following the current documentation
Creating a Tauri Project
Select Tauri template in Select Framework
-
project name
-
choose sub template
In your terminal, cd into the new Tauri project folder.
Update the file with the following content:
then run pnpm tauri dev
For more example details: React Example
