Vertical de Imperium Analytics
Vertical de Imperium Analytics · by Nomad Knight Generado con Imperium Forge · vertical code
komp
Doble-click en Desktop: start-kompaws.bat
O manual:
cd server && cp .env.example .env && npm install && npx prisma migrate dev && npm run db:seed && npm run dev
cd ../client && npm install && npm run dev- Frontend: http://localhost:5176
- Backend: http://localhost:3005/api/v1/health
Ver HANDOFF.md para estado y qué falta implementar.