view open ports mac code example
Example 1: running ports in mac
sudo lsof -PiTCP -sTCP:LISTEN
Example 2: check all the ports in use mac
$ npx kill-port 3000 8080 8081
Process on port 3000 killed
Process on port 8080 killed
Process on port 8081 killed