2024-07-02 19:19:05 +02:00
|
|
|
# Openvidu Testapp Livekit
|
2017-03-08 16:50:29 +01:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.
|
2017-03-08 16:50:29 +01:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
## Install dependencies
|
2017-09-26 18:13:00 +02:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
```bash
|
|
|
|
npm i
|
|
|
|
```
|
2017-03-08 16:50:29 +01:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
## Run application
|
2017-03-08 16:50:29 +01:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
```bash
|
|
|
|
npm start
|
|
|
|
```
|
2017-03-08 16:50:29 +01:00
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
> To run without SSL and through localhost:
|
|
|
|
> ```bash
|
|
|
|
> npm run start-insecure
|
|
|
|
> ```
|