openvidu/frontend/README.md
2025-03-10 19:25:11 +01:00

26 lines
525 B
Markdown

# Openvidu Meet Frontend
This is the frontend of OpenVidu Meet. It is a Angular application that uses Angular Material as UI library.
## How to run
For running the frontend you need to have installed [Node.js](https://nodejs.org/). Then, you can run the following commands:
```bash
npm install
start:dev
```
This will start the frontend in development mode. The server will listen on port 5080.
## How to build
For building the frontend you can run the following command:
```bash
npm install
npm run build:prod
```