**$$
A production-ready full-stack React + Express starter powered by Vite, TailwindCSS, Vitest, and shared TypeScript types.
Please read Repository Guidelines in AGENTS.md before making changes. It covers project structure, coding style, testing, and PR expectations specific to this repo.
Quick checks:
npm run dev– Run app locally (Vite + Express)npm run typecheck– TypeScript validationnpm test– Run Vitest tests
Key paths:
- Client SPA:
client/ - Server API:
server/(endpoints under/api/*) - Shared types:
shared/
See package.json for the full script list.
$$**