Skip to content

Commit

Permalink
Update Frontend launch doc
Browse files Browse the repository at this point in the history
  • Loading branch information
camillemonchicourt authored and submarcos committed Jul 12, 2024
1 parent e83c2f4 commit e1982cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions front-end/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Regard d'altitude

To build and launch frontend, go into `/front-end/` folder and run `npm install`.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`.

## Build

Run `ng build` to build the project.
Run `npm run build` to build the project.

## Running unit tests

Run `ng test` to execute the unit tests.
Run `npm test` to execute the unit tests.

## Running end-to-end tests

Expand Down

0 comments on commit e1982cb

Please sign in to comment.