Skip to content

Nichokas/tauri-astro-template

 
 

Repository files navigation

Tauri + Astro

This template should help get you started developing with Tauri and Astro.

App Screenshot App Screenshot

Getting started

First, make sure you have completed the prerequisites to have a working development environment.

Then install the dependencies using the package manager of your choice:

npm install
# OR
pnpm install

Then to get started run:

npm run tauri dev
# OR
pnpm tauri dev

to build your app run

npm run tauri build
# OR
pnpm tauri build

Recommended IDE Setup

VS Code + Tauri + rust-analyzer.

About

Tauri, Astro, and Svelte template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 59.4%
  • TypeScript 17.3%
  • Rust 14.2%
  • JavaScript 9.1%