SyntaxFix
Write A Post
Hire A Developer
Questions
Use a package called concurrently.
npm i concurrently --save-dev
Then setup your npm run dev task as so:
npm run dev
"dev": "concurrently --kill-others \"npm run start-watch\" \"npm run wp-server\""