This is a simple video streaming web application built with React and Node.js. You can see demo
- Video Streaming : Users can watch videos on the frontend with streaming capabilities.
- Custom controls : duration, progress bar, play/plause, muted/unmuted, ...
demo.mp4
Clone the repository
git clone https://github.com/heryfitiavana22/stream-video-app.git
cd slack-clone
Install dependencies and running
- front
cd front
npm install
npm run dev
- back
cd back
npm install
npm run dev