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
- Host: GitHub
- URL: https://github.com/fastestmolasses/tauri_base
- Owner: FastestMolasses
- Created: 2023-08-29T00:08:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T01:27:55.000Z (over 2 years ago)
- Last Synced: 2025-04-02T04:40:11.959Z (about 1 year ago)
- Topics: electron, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```