¿What if the god of perfect language, Rust, and the god of the web, Typescript, had a baby? Well, this is it, Tauri + Astro, the perfect combination to make the web a whole new world.
pnpm install
tauri-astro-app - astro-tauri-app tauri-astro - astro-tauri then cargo tauri dev
and enjoy :)
This template should help get you started developing with Tauri 1.8, Astro 3 and TypeScript in the most amazing agnostic place, the TRUE WEB IS HERE.
For security reasons, the npm packages are published yet, and you can use them locally, just clone this repo and run pnpm install
, in the root folder, then pnpm run build
and then cargo tauri dev
to start the app.
Step 1: If you did not before, Install Tauri CLI
cargo install create-tauri-app --locked
Step 2: Install pnpm globally
npm install -g pnpm
Step 3: Then install the dependencies
pnpm install
Step 4: Finally, run the app
cargo tauri dev
That's it!
VS Code + Astro + Tauri + rust-analyzer.
We use MIT License, so feel free to use this template and make your own apps, and if you want to contribute, you are welcome to do it.