This template should help get you started developing with Tauri, Solid and Typescript in Vite.
Technologies Used:
- Tauri (Rust)
- SolidJS
- Vike (Filesystem Routing) -
vite buildwill build static. - TailwindCSS v4
- Extra things for DevX:
- Prettier + prettier-plugin-tailwindcss
- Bun - Faster package manager ๐ฅณ
bun install- installs all dependenciesbun tauri dev- start the server
bun tauri build.- Installer is saved here:
./src-tauri/target/release/bundle/dmg/tauri-solid_0.0.0_aarch64.dmg - Binary is saved here:
./src-tauri/target/release/bundle/macos/tauri-solid.app/Contents/MacOS/tauri-solid(You can run this without installing withbun preview-mac)
- Installer is saved here:
bun preview-mac- Try the build on Mac.bun preview-win- Try the build on Windows.bun preview-linux- Try the build on Linux.