nguymin4 / react-videocall

WebRTC-React App for Video Calling
https://morning-escarpment-67980.onrender.com/
MIT License
574 stars 251 forks source link

How to execute this code on localhost #12

Closed jitendra1405 closed 4 years ago

jitendra1405 commented 5 years ago

How to execute this code on localhost. Thanks

fuss86 commented 4 years ago

You've got it on README.md.

Development

Running server yarn watch:server

Running webpack-dev-server yarn watch:client

@nguymin4 great project, thank you for that.

nguymin4 commented 4 years ago

Thank you.