Use pattern to shorten command of Concurrently
Sometimes, we want to run some scripts in a parallel manner. Concurrently package helps you just do that.
npm install concurrently
I want to add all scripts under names starting with start, so I don't have to type names in concurrently script.
I d...
aniketicloud.hashnode.dev1 min read