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

https://github.com/fastestmolasses/tauri_base

Complete template for Tauri applications
https://github.com/fastestmolasses/tauri_base

electron rust tauri typescript

Last synced: 2 months ago
JSON representation

Complete template for Tauri applications

Awesome Lists containing this project

README

          

# Tauri Base Template

## Installation

1. Download [Rust](https://www.rust-lang.org/tools/install)
2. Install node_modules:
```
yarn
```
3. Run the app:
```
yarn tauri dev
```