Please describe the issue in as much detail as possible. Include any steps that you can reproduce the issue with, and what you expected to happen versus what actually happened.
I want to setup the project with concurrently so as to allow both the client and the server to run simultaneously with only a single command.
Expected behavior
What should happen?
when run npm start in the root directory, both the client and the server must start.
Actual behavior
What actually happens?
we have to maintain 2 terminal sessions one for client and another for server to run the project.
Issue type
Description
Please describe the issue in as much detail as possible. Include any steps that you can reproduce the issue with, and what you expected to happen versus what actually happened. I want to setup the project with concurrently so as to allow both the client and the server to run simultaneously with only a single command.
Expected behavior
What should happen? when run
npm start
in the root directory, both the client and the server must start.Actual behavior
What actually happens? we have to maintain 2 terminal sessions one for client and another for server to run the project.
Additional information
Please assign me this under swoc 2024.