Frontend¶ Stack technique¶ Angular TypeScript Bootstrap Démarrage local¶ Depuis la racine du projet: make run-front Application locale: http://localhost:4200 Sections¶ Architecture Tests frontend¶ Unitaires (Mocha)¶ cd front npm run test:mocha E2E (Mocha + API réelle)¶ cd front npm run test:e2e