Template for making tauri app feels like native.
Features:
degit
to clone the repobun x degit https://github.com/NoCrypt/ncpt-template my-project
cd my-project
package.json
, Cargo.toml
, tauri.conf.json
, and main.rs
bun install
and bun tauri dev
Sometimes I just want to create a Tauri App rapidly, but the default template from create-tauri-app
feels half-baked and gives too much indication that it is a "browser-based" app. This template essentially hides that, along with a few optimizations, and a touch of shadcn theme to make it ready for developing the app logic out of the box.