mac check what is running on port code example
Example 1: mac terminal find process by port
sudo lsof -i tcp:3000
Example 2: running ports in mac
sudo lsof -PiTCP -sTCP:LISTEN
sudo lsof -i tcp:3000
sudo lsof -PiTCP -sTCP:LISTEN