This repo contains the output files of the YouTube Clone with respect to the Let's Build a YouTube Clone with REACT JS for Beginners. All credits go to CleverProgrammer YT Channel
LIVE Demonstration: Click Here
- Clone repo on your local system
git clone https://github.com/CrypticMuze/netflix-clone.git
- Open a terminal on your localhost and install the dependencies
npm install
- Open a terminal on your localhost and build the React app.
npm run build
- Deploy the production build of the app in the same terminal.
npm start
You're good to go! Twitter Clone should open on the live server.
To contribute to this project:
- Fork this repo
- Make desired changes after cloning it on your local system.
- Generate a pull request.
Note: Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.