In a project we start different non-terminating processes during development with gulp run,
like a node webserver for development or a spring rest api.
Also live output for long taking processes like npm install or mvn install or bower install is somewhat appreciated.
In a project we start different non-terminating processes during development with
gulp run
, like a node webserver for development or a spring rest api.Also live output for long taking processes like
npm install
ormvn install
orbower install
is somewhat appreciated.