mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-30 20:14:45 -04:00
13 lines
508 B
Markdown
13 lines
508 B
Markdown
# 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)
|
|
|
|
## Generate bindings for Tauri API
|
|
|
|
```bash
|
|
typeshare --lang=typescript --output-file ./src/models/tauriModel.ts ../swap/src
|
|
```
|