- Updated dotenv from 16.5.0 to 16.6.1 - Updated express from 5.1.0 to 5.2.1 - Updated @types/express from 5.0.1 to 5.0.6 - Updated @types/node from 22.15.17 to 22.19.3 - Updated @types/socket.io from 3.0.1 to 3.0.2 - Updated concurrently from 9.1.2 to 9.2.1 - Updated typescript from 5.9.2 to 5.9.3
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. Then, you can run the following commands:
pnpm 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:
pnpm install
pnpm run build:prod