Skip to content

akku27-cse/NETFLIX-CLONE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETFLIX-CLONE Use React

View Live App
#view1: image

#view2: image

Installation

npx i create-react-app netflixclone
  1. Clone repository
git clone https://github.com/akku27-cse/NETFLIX-CLONE.git

Install Client (React Files)

  1. Get in the React folder
~cd netflixclone
  1. Install dependencies via npm or yarn
npm i
  1. Start Client
npm start

5.git command

1.git status
2.git add .
3.git commit
4.git push
5.git pull