Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 595 Bytes

File metadata and controls

19 lines (12 loc) · 595 Bytes

React Project Template

Branch status

This branch is in progress. The repository currently contains only the client application (see the Client/ directory).

Server-side code lives on other branches in this repo; check those branches if you need the backend implementation.

Client

The frontend is a React 19 + Vite + TypeScript app. Setup, scripts, and architecture notes are documented in Client/README.md.

cd Client
bun install
bun run dev

Use npm, pnpm, or yarn instead of Bun if you prefer; see the client README for details.