Openvidu-call angular client side can not run

Hi @Qeezy ,

You should be able to work with openvidu call running the following steps:

  1. Clone with
git clone https://github.com/OpenVidu/openvidu-call.git
  1. Run the backend:
cd openvidu-call/backend
npm install 
npm run dev:start
  1. In a new terminal, run the frontend:
cd openvidu-call/frontend
npm install 
npm run dev:start

The application will be available at http://localhost:5080.
Regards