A handmade video player and video stream API made with React & Express
- Video player with custom controls
- Video streaming from the API
- (PARTIAL) Check JWT token to make private video
Install my-project with npm
Client:
cd client npm i npm startServer:
cd server npm i npm start