SyntaxFix
Write A Post
Hire A Developer
Questions
In a package.json in the parent folder:
"dev": "(cd api && start npm run start) & (cd ../client && start npm run start)"
this work in windows