marc2332 / tauri-deno-starter

Starter template for Tauri, bundling the frontend made with React using Deno with esbuild.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno 🦕 + Tauri

Starter template for Tauri, bundling the frontend made with React using Deno with esbuild.

You can use TypeScript or JavaScript. With React or any other library, or just vanilla, with no extra steps.

  • src-tauri: Rust backend
  • www: Web frontend
  • build.ts: Script to build your frontend
  • bundle.ts: Script to bundle your frontend while developing

Prerequisites:

Development:

cargo tauri dev

Building:

cargo tauri build

Formatting:

deno fmt www
cargo fmt

Linting:

deno lint www
cargo clippy

About

Starter template for Tauri, bundling the frontend made with React using Deno with esbuild.


Languages

Language:TypeScript 85.4%Language:Rust 10.0%Language:HTML 4.6%