Skip to content

vikhyatsingh123/Netflix-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone

Technologies used

Front end

  • HTML / CSS / JS / TypeScript
  • ReactJS

deployment into production

  • Front end web: github
  • Api: themoviedb

How to run the project

Front end web

prerequisites: npm / yarn

# clone repository
git clone

# enter the front end web project folder
cd front-end

# install dependencies
npm install

# run the project
npm start