Answers for "how to concurrently run angular and node"

1

how to concurrently run angular and node

#Add following script to package.json
"both": "concurrently \"ng serve\" \"cd ../server && nodemon server\""

#Use following in the terminal to run the code
npm run both
Posted by: Guest on August-14-2021

Code answers related to "how to concurrently run angular and node"

Code answers related to "Javascript"

Browse Popular Code Answers by Language