586 B
586 B
Schemeta React Frontend (Track A)
Bootstrap React + TypeScript + Vite shell for Schemeta.
Scripts
npm run dev- start Vite dev servernpm run build- type-check and build production bundlenpm run preview- preview built bundlenpm run lint- TypeScript no-emit checknpm run test- placeholder test command
API endpoints wired
The app client posts to the existing backend routes without contract changes:
POST /compilePOST /analyzePOST /layout/autoPOST /layout/tidy
Vite dev server proxies these routes to http://localhost:8787.