No description
| .vscode | Scaffolded | |
| public | Scaffolded | |
| src | Scaffolded | |
| src-tauri | Change program name | |
| .editorconfig | Scaffolded | |
| .gitignore | Scaffolded | |
| index.html | Scaffolded | |
| package.json | Scaffolded | |
| pnpm-lock.yaml | Scaffolded | |
| README.md | Scaffolded | |
| tsconfig.json | Scaffolded | |
| tsconfig.node.json | Scaffolded | |
| vite.config.ts | Scaffolded | |
Tauri + Preact + Typescript
This template should help get you started developing with Tauri, Preact and Typescript in Vite.
Recommended IDE Setup
How to Use
- Set up a veilid-server.
- Run
pnpm i && pnpm tauri devand then pressConnecton the main window. - Note the Node ID shown in the main window.
- Send a message using
veilid-cliviaappmessage <your_node_id> <message>. - Your message will appear in the main window if everything is working.