https://github.com/auroredea/tauri-playground
my tauri JS playground
https://github.com/auroredea/tauri-playground
Last synced: 10 months ago
JSON representation
my tauri JS playground
- Host: GitHub
- URL: https://github.com/auroredea/tauri-playground
- Owner: auroredea
- License: mit
- Created: 2025-05-21T07:34:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-03T12:12:28.000Z (10 months ago)
- Last Synced: 2025-09-03T14:22:16.819Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-playground
My Tauri playground with JS
## Getting Started
```bash
npm create tauri-app@latest
cd my-new-app
npm install
npm run dev