openvidu/openvidu-components-angular/README.md

44 lines
741 B
Markdown
Raw Permalink Normal View History

# Openvidu Angular TestAPP
## Architechture
```
openvidu-components-angular
└─── src (openvidu-components-testapp)
└───projects
2024-07-02 19:19:05 +02:00
└─── openvidu-components-angular
```
## How to develop with ease:
Run `ng serve` for a dev server.
2024-07-02 19:19:05 +02:00
Run, in a new terminal, `npm run lib:serve` for serving the openvidu-components-angular library with live reload for listening changes
## Code scaffolding
2024-07-02 19:19:05 +02:00
For generate new components in openvidu-components-angular:
```bash
2024-07-02 19:19:05 +02:00
ng g component components/component-name --project=openvidu-components-angular
```
## Build library
```bash
npm run lib:build
```
## Publishing
After the library is built, tun the following command:
```bash
cd dist/ && npm publish
```