Skip to content

Backbone-UTP/judge-front

Repository files navigation

BackboneJudge

Frontend generado con Angular CLI 21.2.2 (Angular 21, Vitest, Tailwind CSS v4).

Onboarding

Para instalación local, MCP (Figma y Angular CLI en el repo; GitHub en Cursor vía UI o config global) y convenciones del repo, lee Guía de desarrollo local y MCP.

Resumen rápido desde la raíz del proyecto:

npm install
npm run start

Abre http://localhost:4200/. Otros comandos: npm run build, npm run test -- --watch=false, npx tsc --noEmit -p tsconfig.app.json. Detalle en la guía y en AGENTS.md.

Development server

npm run start

Equivalente a ng serve. La app recarga al modificar los ficheros fuente.

Code scaffolding

ng generate component component-name

Lista completa de esquemáticos:

ng generate --help

Building

npm run build

Los artefactos quedan en dist/ (build optimizado en modo producción por defecto).

Running unit tests

Tests con Vitest vía Angular CLI:

npm run test -- --watch=false

Modo watch: npm run test.

Running end-to-end tests

Para e2e, Angular CLI no trae un framework por defecto. De momento no se encuentra en el scope de la v1 de este proyecto:

ng e2e

Additional Resources

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors