Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 614 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 614 Bytes

React-VideoCall

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.

Installation

npm install -g yarn

yarn install

Development

Run server

yarn watch:server

Run webpack-dev-server

yarn watch:client

Custom

# Install dependencies
yarn install

# Build front-end assets
yarn build

# Run server
yarn start