- Bump @angular-builders/custom-webpack from 18.0.0 to 19.0.1 - Upgrade @angular-eslint packages from 18.3.1 to 19.8.1 - Update @types/node from 20.12.14 to 20.19.19
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:
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:
npm install
npm run build:prod