https://github.com/testdriverai/demo-tauri-app
https://v2.tauri.app/
https://github.com/testdriverai/demo-tauri-app
Last synced: 8 months ago
JSON representation
https://v2.tauri.app/
- Host: GitHub
- URL: https://github.com/testdriverai/demo-tauri-app
- Owner: testdriverai
- Created: 2025-09-24T13:45:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-24T15:07:29.000Z (8 months ago)
- Last Synced: 2025-09-24T16:32:29.253Z (8 months ago)
- Language: TypeScript
- Size: 426 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Development
### Web
```shell
pnpm dev
```
### Desktop
```shell
pnpm tauri dev
```
### iOS
```shell
pnpm tauri ios dev
```
## Testing
### Web
> See: https://docs.testdriver.ai/getting-started/playwright
When running Playwright, `pnpm dev` is ran automatically to launch the Vite server.
```shell
pnpm test tests/testdriver.spec.ts
```
### Native
```shell