Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 409 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 409 Bytes

Netflix-Clone

To run this project, run the client using npm run start.

The backend can be run using npm run dev or you can run it for production using npm run start or use the docker-compose up command for Docker.

NOTE

Make sure to configure the correct backend to use. You can either use the production or development server. Do this in the src/constants/constants.ts file from the client