Svelte Tauri Template with DaisyUI and modern toolchains without annoying boilerplate codes.
Download Nix first if you are not on NixOS.
Click use this template
button on the top right of this page.
nix develop # enter development environment
bun install # install dependencies
tauri dev # run desktop app
tauri android init # init android project
tauri android dev # recommended `adb connect` before running or open emulator
bun format # format code by BiomeJS