1
0
Fork
You've already forked tauri-veilid-example
0
No description
  • Rust 58.1%
  • TypeScript 23%
  • CSS 15.6%
  • HTML 3.3%
2023年12月26日 17:52:54 -05:00
.vscode Scaffolded 2023年12月26日 17:42:00 -05:00
public Scaffolded 2023年12月26日 17:42:00 -05:00
src Scaffolded 2023年12月26日 17:42:00 -05:00
src-tauri Change program name 2023年12月26日 17:52:54 -05:00
.editorconfig Scaffolded 2023年12月26日 17:42:00 -05:00
.gitignore Scaffolded 2023年12月26日 17:42:00 -05:00
index.html Scaffolded 2023年12月26日 17:42:00 -05:00
package.json Scaffolded 2023年12月26日 17:42:00 -05:00
pnpm-lock.yaml Scaffolded 2023年12月26日 17:42:00 -05:00
README.md Scaffolded 2023年12月26日 17:42:00 -05:00
tsconfig.json Scaffolded 2023年12月26日 17:42:00 -05:00
tsconfig.node.json Scaffolded 2023年12月26日 17:42:00 -05:00
vite.config.ts Scaffolded 2023年12月26日 17:42:00 -05:00

Tauri + Preact + Typescript

This template should help get you started developing with Tauri, Preact and Typescript in Vite.

How to Use

  1. Set up a veilid-server.
  2. Run pnpm i && pnpm tauri dev and then press Connect on the main window.
  3. Note the Node ID shown in the main window.
  4. Send a message using veilid-cli via appmessage <your_node_id> <message>.
  5. Your message will appear in the main window if everything is working.