$ cd backend
$ npm run start:dev
The backend listens at localhost:3000.
$ cd frontend
$ npm run start:dev
The frontend listens at localhost:5000 and localhost:35729 (for ws).
You need to docker-compose
.
$ docker-compose up
The frontend listens at localhost:5000 and localhost:35729 (for ws).