In vscode is it possible to run a stack with each process in its own terminal?
For example, I am running a MERN stack and at the moment I manually starting a mongod instance, then opening a new terminal and starting express, then I am opening a third terminal and starting a react application.
Is there a way where I can run the app (from scratch) and have each process start up in its own terminal automatically?