Concurrently
Run two CLI commands at the same time!
npm i concurrently --save-dev
Usage
"scripts": {
"dev": "concurrently \"cd moderator-dashboard && npm run dev\" \"cd main-server && npm run dev\""
},
Last updated
Run two CLI commands at the same time!
npm i concurrently --save-dev
"scripts": {
"dev": "concurrently \"cd moderator-dashboard && npm run dev\" \"cd main-server && npm run dev\""
},
Last updated