moved from tauri to a server with embedded UI

This commit is contained in:
Dave
2026-02-13 12:31:36 +00:00
parent d4203cfaab
commit 0876c53e17
79 changed files with 5755 additions and 10655 deletions

View File

@@ -1,11 +1,19 @@
# Tauri + React + Typescript
# Living Spec Standalone (Web Server Binary)
This template should help get you started developing with Tauri, React and Typescript in Vite.
This app runs as a single Rust web server binary that serves the Vite/React frontend and exposes APIs.
The frontend lives in the `frontend/` directory.
## Running it
```bash
pnpm tauri dev
# Build the frontend
cd frontend
pnpm install
pnpm build
cd ..
# Run the server (serves embedded frontend/dist/)
cargo run --manifest-path server/Cargo.toml
```