X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2FREADME.md;h=68ff85fc48d4afa4c2ada65a93e2c293b2454ca8;hb=3b19af38b08cd6838cf58fbc03064e4a6fc091eb;hp=1360dd391597e7e9d5d86a04e0a3966b028245ab;hpb=22cfc3d48f2c8fdd395d820d623c11924af960f8;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/README.md b/webapp-frontend/README.md index 1360dd3..68ff85f 100644 --- a/webapp-frontend/README.md +++ b/webapp-frontend/README.md @@ -1,14 +1,11 @@ # Non-RT RIC Control Panel Web Application Frontend -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.3. - ## Development server -Run `./ng serve --proxy-config proxy.conf.json` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. - -## Code scaffolding +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. -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`. +## 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. ## Build @@ -22,10 +19,6 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github. Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). - ## License Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.