- Ensure you have Node.js and npm installed on your machine.
node --version >= v18.13.0
- Make sure you have Docker installed and running.
To set up and start the frontend:
-
Install Dependencies:
npm i
-
Start the server
npm run dev
-
The build server will run on PORT 5173
To set up the services, open 3 terminals and start each of the below services in each terminal parallely :
-
Install Dependencies:
npm i
-
Start the server
npm run dev
-
The build server will run on PORT 3000
-
Install Dependencies:
npm i
-
Start the server
npm run dev
-
The build server will run on PORT 3001
-
Install Dependencies:
npm i
-
Start the server
npm run dev
-
The host server will run on PORT 3002