- We are using
npm-run-all
npm package to run the listed commands on any type of devices(i.e Linux, Mac, Windows). - We use
--parallel
option withnpm-run-all
in order to run several commands parallel.
npm-run-all
npm package to run the listed commands on any type of devices(i.e Linux, Mac, Windows).--parallel
option with npm-run-all
in order to run several commands parallel.