Kill process on the specific port
1 sudo
kill
-9 $(lsof -t -i:3000 -sTCP:LISTEN)
MacOS: IP address in the local network
1 ifconfig | grep
'inet 192.168.*'