cara menjalankan sudut dan node secara bersamaan

#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
Nutty Narwhal