From d0d620314e929d478f27fb94c3db0fded3bc5e3f Mon Sep 17 00:00:00 2001 From: Jason Thomas Date: Thu, 19 Oct 2023 17:44:52 +0100 Subject: [PATCH] update readme doc for ui build --- ui/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/README.md b/ui/README.md index 8cfd15e8e..0a9fd9d2c 100644 --- a/ui/README.md +++ b/ui/README.md @@ -6,6 +6,10 @@ This project was generated with [Angular CLI](https://github.com/angular/angular Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. +Run `npm run start` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. + +Run `npm run start_ssl` for a dev server using https. Navigate to `https://localhost:4200/`. The application will automatically reload if you change any of the source files. + ## Code scaffolding Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.