This Netflix clone website is made using React concept. Here we can see movie lists, trailers, etc...
Deployed Link: https://netflix-clone-labeebopc.onrender.com
- Clone the repo.
- Make sure that you have installed node.
- within the server directory, run: npm i && npm start
- Navigate to the client directory and run: npm i && npm start
- Make sure both client and server are running.
- You can go to localhost:3000 from your browser and test the app.