Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s0kil/mint-tauri-starter
Mint + Tauri Starter Template
https://github.com/s0kil/mint-tauri-starter
mint starter starter-template tauri
Last synced: 2 months ago
JSON representation
Mint + Tauri Starter Template
- Host: GitHub
- URL: https://github.com/s0kil/mint-tauri-starter
- Owner: s0kil
- Created: 2020-03-07T05:41:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:21:23.000Z (over 1 year ago)
- Last Synced: 2024-10-31T15:38:49.022Z (3 months ago)
- Topics: mint, starter, starter-template, tauri
- Language: Rust
- Size: 351 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mint - Tauri
README
# [Mint](https://github.com/mint-lang/mint) + [Tauri](https://github.com/tauri-apps/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
- [Tauri Requirements](https://github.com/tauri-apps/tauri/wiki/01.-Introduction#setting-up-your-environment)
- [Mint](https://www.mint-lang.com/install)## Running
### Setup
```
npm install
```### Development
```bash
npm run dev
```### Building
```bash
npm run build
```