Netflix clone Fullstack application using MERN, Redux Toolkit, Firebase.
api:
- create .env file using the example
- Open first terminal
- type: "cd api"
- type: "npm install"
- type: "npm start"
client
- create .env file using the example
- Open second terminal
- type: "cd client"
- type: "npm install"
- type: "npm start"
admin:
- create .env file using the example
- Open third terminal
- type: "cd admin"
- type: "npm install"
- type: "npm start"