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: 3 months ago
JSON representation

Mint + Tauri Starter Template

Lists

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
```