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 3 years ago