"concurrently --kill-other-on-fail \"npm run client\" \"npm run server\"" only running last command code example
Example 1: npm concurrently
npm install -g concurrently
Example 2: npm concurrently
"start": "concurrently \"command1 arg\" \"command2 arg\""