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
- Host: GitHub
- URL: https://github.com/urholaukkarinen/tauri-trunk-template
- Owner: urholaukkarinen
- License: mit
- Created: 2021-09-04T17:33:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T17:37:31.000Z (over 3 years ago)
- Last Synced: 2025-02-12T12:57:25.389Z (3 months ago)
- Language: Rust
- Size: 762 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```