X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2FREADME.md;h=09a1641315bd5cef95edfb4698efd3eb9d75ea26;hb=af912b9d02bbc118c72f31a5fcb794ec80ca4822;hp=7ac722ae3ebc947a301e85588848a703b0329e10;hpb=024d88d272f9b9923667b7670c9e3e4859cd34a8;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/README.md b/webapp-frontend/README.md index 7ac722a..09a1641 100644 --- a/webapp-frontend/README.md +++ b/webapp-frontend/README.md @@ -3,7 +3,8 @@ ## Development server Run `./ng serve --proxy-config proxy.conf.json` or `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. -You may also need to Start the Control Panel Gateway,Policy Management Service & EI Coordinator if you want to view the data in UI. + +You may also need to Start the Control Panel Gateway, Policy Management Service & EI Coordinator if you want to view the data in UI. ## Development server with Mock Data Run `npm run start:mock` for a dev server with mock data. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. This enables the developer to test the UI without the need of backend.