After cloning the repo and following the README instructions, running the recommended command:
bun dev:watch
only starts the backend server on :3001 and the file watcher, but does not start the Next.js dev server for the frontend.
As a result, visiting http://localhost:3000 results in:
This site can’t be reached
localhost refused to connect.
ERR_CONNECTION_REFUSED
Steps to Reproduce:
- Clone the repo
- Install dependencies
bun install
- Run bun
dev:watch
- Open http://localhost:3000
Expected Behavior:
bun dev:watch should run both:
- Backend (Express) on :3001
- Frontend (Next.js) dev server on :3000
Actual Behavior:
- Backend starts on :3001
- No frontend server on :3000
- Browser shows connection refused
After cloning the repo and following the README instructions, running the recommended command:
bun dev:watchonly starts the backend server on :3001 and the file watcher, but does not start the Next.js dev server for the frontend.
As a result, visiting http://localhost:3000 results in:
Steps to Reproduce:
bun installdev:watchExpected Behavior:
bun dev:watchshould run both:Actual Behavior: