DevPulse turns five raw engineering metrics into a short human-readable story and concrete next steps for developers and managers.
Install dependencies once:
cd backend
npm install
cd ../frontend
npm installStart the backend:
cd backend
npm startStart the frontend in a second terminal:
cd frontend
npm run devOpen http://localhost:5173.
- Backend:
http://localhost:3000 - Frontend:
http://localhost:5173 - API proxy: frontend
/api/*requests are forwarded to the backend.