Skip to content
/ tauri-deno-starter Public template

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

Notifications You must be signed in to change notification settings

marc2332/tauri-deno-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published