Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 193 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 193 Bytes

React Node Video Streaming

Setup and Start Node Server

cd server
yarn install
yarn dev

Setup and Start React Application

cd client
yarn install
yarn start