Files

34 lines
483 B
Markdown
Raw Permalink Normal View History

2026-05-25 01:10:44 -04:00
# box-box Web Frontend
React Race Hub slice for the production Web UI.
## Commands
```bash
npm install
npm run dev
npm test -- --run
npm run build
```
The Vite dev server proxies `/api` requests to the Go server on
`http://localhost:8080`.
Run the backend separately:
```bash
go run cmd/main.go --web
```
Then open the React app, usually:
```text
http://localhost:5173/race-hub
```
Load an ingested session with:
```text
http://localhost:5173/race-hub?session_key=9472
```