diff options
| author | FivePixels <37427166+FivePixels@users.noreply.github.com> | 2021-04-11 01:22:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-11 01:22:40 -0500 |
| commit | 33a349b2e5b96552c24535cafa9d81af77279796 (patch) | |
| tree | cfba21fe8ebde66ad4d6671c4538aa09ad7fc905 /src/web/README.md | |
| parent | 0007b7e4fb5b48334b35e1fd77c2bcf814089f7a (diff) | |
| parent | 766fe430e65031cd392bf824c437a5d9cee53296 (diff) | |
| download | StreamFinder-33a349b2e5b96552c24535cafa9d81af77279796.tar.xz StreamFinder-33a349b2e5b96552c24535cafa9d81af77279796.zip | |
Merge pull request #4 from FivePixels/amar
Amar
Diffstat (limited to 'src/web/README.md')
| -rw-r--r-- | src/web/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/web/README.md b/src/web/README.md new file mode 100644 index 0000000..d12dece --- /dev/null +++ b/src/web/README.md @@ -0,0 +1,27 @@ +# Client + +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.1. + +## Development server + +Run `ng serve` 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 generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. + +## Build + +Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. + +## Running unit tests + +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Running end-to-end tests + +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 Overview and Command Reference](https://angular.io/cli) page. |
