#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