Demo app: https://morning-escarpment-67980.onrender.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.
npm install -g yarn
yarn install
Run server
yarn watch:server
Run webpack-dev-server - http://localhost:9000
yarn watch:client
Render (Free - Recommended)
Heroku
Custom
# Install dependencies
yarn install
# Build front-end assets
yarn build
# Run server
yarn start