Darts Tracker — Backend läuft

Frontend noch nicht gebaut. Führe aus:

npm install
npm run build      # baut React-Frontend nach ./dist
npm start          # Backend + statischer Frontend-Server

Oder im Dev-Modus:

npm run server &   # Backend allein (Port 3000)
npm run dev        # Vite-Devserver (Port 5173) mit Proxy auf /api

API-Endpoints