67c678121f7cc07cdf4a78ac9bf8c9c63adf265e
Backend returns DBElement with properties_json (string), not properties (object). CanvasPreview accessed el.properties.stroke directly → undefined → React crash → white screen. Fix: transform raw API response to CADElement format with JSON.parse(properties_json).
Web CAD Neu
Web-basiertes 2D-CAD für Event-Bestuhlungspläne.
Stack
- Frontend: React + TypeScript + Vite + HTML Canvas
- Backend: Node.js + TypeScript + Fastify + SQLite
- Collaboration: Yjs CRDT
Entwicklung
npm install
npm run dev
- Frontend: http://localhost:5173
- Backend: http://localhost:3001
Docker
docker-compose up --build
Description
Languages
TypeScript
80.1%
CSS
10.4%
HTML
8.1%
JavaScript
1.1%
Python
0.2%