check listening ports mac code example
Example 1: netstat listening port 8080 mac
lsof -nP -iTCP:$PORT | grep 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