WebRTC-React App for Video Calling
Demo app: https://morning-escarpment-67980.herokuapp.com/
Video call to your friend without registering.
Simply send your friend your auto-generated unique ID to make the call.
Everytime you open a new tab, the server gives you a totally different unique ID.
# Install dependencies yarn installRun server
yarn watch:server
Run webpack-dev-server
yarn watch:client
Heroku
Custom ```
yarn install
yarn build
yarn start ```