WebDevSimplified / Zoom-Clone-With-WebRTC

1.52k stars 863 forks source link

How to run this #79

Open siddhant221 opened 2 years ago

siddhant221 commented 2 years ago

could someone tell me how to execute this in vscode

innovatorved commented 2 years ago

Prerequisite : Nodejs and npm installed on your system

git clone https://github.com/WebDevSimplified/Zoom-Clone-With-WebRTC/
cd Zoom-Clone-With-WebRTC/
npm install
npm run devStart
Vanssh-k commented 2 years ago

but it doesn't work