Evaluation results viewer with React frontend and Express backend.
Prerequisites: Node.js ≥20
npm install
npm start- Frontend: http://localhost:3007
- Backend: http://localhost:8085
- npm test- Run all tests
- npm run lint- Lint code
- npm run format- Format code
- GET /evals- Retrieve all evaluations with results
- Frontend: React + TypeScript + Vite (port 3007)
- Backend: Express + SQLite + TypeScript (port 8085)
- Database: Auto-initialized with sample data