TubeLight is large scalable video streaming appilication which uses YouTube video API to fetch the videos.
Client: React, Redux, TailwindCSS, React Router, Javascript, Babel, Webpack
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/arvindpndit/TubeLight-Video-Streaming-App.git"
Go to the project directory
cd TubeLight-Video-Streaming-App
Install dependencies
npm install
Start the server
npm run start
This application should now be running on localhost
. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository