https://github.com/ohmycloud/client-apps
https://github.com/ohmycloud/client-apps
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohmycloud/client-apps
- Owner: ohmycloud
- Archived: true
- Created: 2024-08-25T08:02:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T12:42:47.000Z (over 1 year ago)
- Last Synced: 2025-09-13T11:31:20.852Z (9 months ago)
- Language: CSS
- Size: 32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hackernews with Tauri
How to build a Tauri app?
```bash
cargo create-tauri-app
cd hackernews
cargo build
dx serve --hot-reload true
cargo tauri dev
cargo tauri build
```