When I run process
npm run start
After that I'd like to monitor which port is used.
Is there any command to monitor this?
When I run process
npm run start
After that I'd like to monitor which port is used.
Is there any command to monitor this?
You can run below command and check for all the ports running node
netstat -nptl |grep node