An app trying to be useful, but being useful is beside the point here.
- Navigate to root
- Run the following
npm run dev
This will spin up both the frontend (port 5173) and the backend (port 4000).
If you want to see application logs, open another terminal and run:
npm run logs
To stop the container stack run
docker compose down
- Navigate to packages/frontend
- Run the following
npm run dev
- Navigate to packages/backend
- Run the following
npm run dev