kill $(lsof -t -i:3000)
sudo lsof -t -i tcp:80 -s tcp:listen | sudo xargs kill
sudo kill -9 $(sudo lsof -t -i:3000)