Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 463 Bytes

Netflix clone app

this app is a clone of netflix where you can watch the trailers of movies just by clicking on the movie posters

Installation

To work with this project locally, first install all dependecies:

npm install

To build and run the project, project runs on port 3000.

yarn build

To make the final build before pushing to production:

yarn start

I recommend reading firebase docs to host and use realtime database for this project.