sudo lsof -n -i :80 | grep LISTEN
sudo lsof -i:3000 #Just change the port 3000
sudo lsof -i:<PORT> #ex: sudo lsof -i:3000