Skip to content

Frontend

Stack technique

  • Angular
  • TypeScript
  • Bootstrap

Démarrage local

Depuis la racine du projet:

make run-front

Application locale:

Sections

Tests frontend

Unitaires (Mocha)

cd front
npm run test:mocha

E2E (Mocha + API réelle)

cd front
npm run test:e2e