Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
 
PREVIOUS NEXT
Tagged: #concurrently #run #angular #node
ADD COMMENT
Topic
Name
2+7 =