This is a sample project, and unofficially.
It is no longer supported or maintained.
This project is a TauriNET template creator (similar to this one):
https://github.com/RubenPX/TauriNET/
-
Install pnpm, the .NET 8 SDK, and the Rust toolchain.
-
Clone this project
-
Run the following command in this folder:
dotnet run --project .\setup\setup.csprojOr install the project as a .NET template and run dotnet new
dotnet new install .\
# change directory to your target folder and run
dotnet new tauri-net- Remove unnecessary folders (It's setup scripts)
REM for windows on cmd.exe
rmdir /s /q .\setup# for osx or linux
rm -rf ./setup