- @brodiehunt | Brodie Hunt | Team Lead/Web Developer
- @promie | Promie Yutasane | DevOps/Web Developer
- @washington-shoji | Washington Shoji | Web Developer
- @nathanksou | Nathan Sou | Web Developer
- @joannejavillo | Joanne Javillo | Web Developer
- @engramar | Engramar Bollas | Product Manager
- MERN
- Monorepo
- PR approval (at least 1 approval)
- Use of PR submission template
- Node 20.11.0 LTS
- NPM 10.x
From the root directory, run the following command:
$ npm installTo run the app in development mode locally, run the below command on the root directory:
$ npm run devThis will run both the frontend and backend concurrently. Frontend will be running on http://localhost:5173 and backend will be running on http://localhost:3000.
To run individually, you can run the following commands:
Client app
$ npm run dev:clientServer app
$ npm run dev:server