s0kil / mint-tauri-starter

Mint + Tauri Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mint + Tauri Starter

Features

Inherits All The Features Mint And Tauri Value.

Mint

  • Good type system
  • Friendly error messages
  • Auto Formatter
  • Components for composition
  • Stores for data storage
  • Built-in styling
  • Built-in routing
  • Great JavaScript interoperability
  • Immutable data structures
  • And much more...

Tauri

  • Bundle Size of a vanilla Tauri app is less than 3 MB, about 140 MB smaller than what you get with Electron.
  • Memory Footprint is less than half of the size of an Electron app built from the same codebase.
  • Security is Tauri's biggest priority, and we are constantly innovating.
  • Floss licensing is regretfully impossible with downstream Chromium consumers, like Electron. Sources: 0 1 2

Requirements

Running

Setup

npm install

Development

npm run dev

Building

npm run build

About

Mint + Tauri Starter Template


Languages

Language:Rust 78.7%Language:CSS 21.3%