Answers for "how to stop whatever is running on port 3000"

15

mac terminal find process by port

sudo lsof -i tcp:3000
Posted by: Guest on April-08-2020

Code answers related to "how to stop whatever is running on port 3000"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language