I have a project that requires running multiple services each on a different folder and a db server.
How can I automate running all of them each in it's own terminal? entering each folder and running "npm start" on separate terminal window.
thanks.