Use a shorthand syntax for running multiple npm scripts with npm-run-all

InstructorElijah Manor

Share this video with your friends

Send Tweet

Running multiple scripts in series or in parallel can become very verbose. Using a tool such as npm-run-all can help reduce the amount of overhead you have to type in order to get the same behavior.