Answer the question
In order to leave comments, you need to log in
How to run multiple command lines at once with nodemon in Ubuntu?
Good afternoon.
How to run multiple command lines at once with nodemon in Ubuntu?
I do the following in file.sh:
nodemon MicroService/User/src/user.js
How can I run several terminals (command lines) from this file at once and in each one to start nodemon with the nodejs microservice?
This option is not suitable:
nodemon MicroService/User/src/user.js & nodemon MicroService/Shop/src/shop.js
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question