jpe-controle/FencerJudgeFront
kelen-dev 9164662336 Refactor home component styles and HTML structure for improved readability and responsiveness
- Updated CSS styles for match cards, backgrounds, and weapon cards to enhance visual appeal.
- Refactored HTML structure for match display, including match header, versus section, and combat arena.
- Improved responsiveness for combat grid and weapon sections.
- Added hover effects for weapon cards to enhance user interaction.
2025-06-03 12:38:32 +02:00
..
.vscode initial project 2025-04-11 15:37:07 +02:00
public Installation 2025-04-11 16:08:41 +02:00
src Refactor home component styles and HTML structure for improved readability and responsiveness 2025-06-03 12:38:32 +02:00
.editorconfig initial project 2025-04-11 15:37:07 +02:00
.gitignore initial project 2025-04-11 15:37:07 +02:00
angular.json Installation 2025-04-11 16:08:41 +02:00
package-lock.json Installation 2025-04-11 16:08:41 +02:00
package.json Installation 2025-04-11 16:08:41 +02:00
README.md Mise à jour de 'FencerJudgeFront/README.md' 2025-04-11 14:14:42 +00:00
tsconfig.app.json initial project 2025-04-11 15:37:07 +02:00
tsconfig.json Add @guards on the tsconfig.json 2025-06-02 10:36:29 +02:00
tsconfig.spec.json initial project 2025-04-11 15:37:07 +02:00

FencerJudgeFront

This project was generated using Angular CLI version 19.1.4.

Development server

To start a local development server, run:

ng serve

Once the server is running, open your browser and navigate to http://localhost/. The application will automatically reload whenever you modify any of the source files.

Code scaffolding

Angular CLI includes powerful code scaffolding tools. To generate a new component, run:

ng generate component component-name

For a complete list of available schematics (such as components, directives, or pipes), run:

ng generate --help

Building

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Running unit tests

To execute unit tests with the Karma test runner, use the following command:

ng test

Running end-to-end tests

For end-to-end (e2e) testing, run:

ng e2e

Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.

Additional Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.