0% found this document useful (0 votes)
28 views4 pages

How To Run Project Netflix Clone

how to run free netflix clone website

Uploaded by

BIKRAM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views4 pages

How To Run Project Netflix Clone

how to run free netflix clone website

Uploaded by

BIKRAM
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

‭How to Run this Project‬

‭❖ Install NodeJs ( Ignore If Already Installed)‬

‭1. Visit the official Node.js website:‬


‭https://nodejs.org/en/download/‬
‭2. Download the Node.js installer‬
‭3. Run the installer.‬
‭4. Follow the prompts in the installer.‬

‭❖ Steps To Run React Project‬

‭1. Open Project Folder In VS Code‬


‭2. Open Integrated Terminal‬
‭○ Right Click on Sidebar > Select “Open In Integrated Terminal”‬
‭ . Type “‬‭npm install‬‭” and press Enter and Wait for Installation to be completed (requires‬
3
‭Internet)‬

‭4. After Installation You will See ‘‬‭node_modules‬‭’ Folder in the Sidebar‬

‭5. Create The Movie Database Access Token:‬


‭To create token watch below tutorial at timestamp: 1:36:20‬
‭https://www.youtube.com/watch?v=YQQD67N5pi0‬

‭6. Create a firebase project and copy firebase config code.‬


‭Watch above tutorial at timestamp: 2:17:42‬
‭7. Open config.js file and replace the TMDB Access Token and Firebase Config Code.‬
‭8. After that type “‬‭npm run dev‬‭” in terminal‬

‭9. Now It will display a local URL, just open that URL in any web browser.‬

‭10. Once you open that local URL in your browser, your project will be running in the browser.‬

‭Find More Videos‬‭https://www.youtube.com/@GreatStackDev/videos‬

You might also like