An open API service indexing awesome lists of open source software.

https://github.com/urholaukkarinen/tauri-trunk-template

Minimal Tauri template for WASM-based applications
https://github.com/urholaukkarinen/tauri-trunk-template

Last synced: 27 days ago
JSON representation

Minimal Tauri template for WASM-based applications

Awesome Lists containing this project

README

        

# Tauri Trunk template

Minimal Tauri template for WASM based applications.

## Setting up

* Set up Tauri using the [official guide](https://tauri.studio/en/docs/getting-started/intro/)
* Install [Trunk](https://github.com/thedodd/trunk)
```bash
cargo install --locked trunk
```

## Development

```bash
cargo tauri dev
```