how to stop whatever is running on port 3000 code example Example 1: kill port mac sudo lsof -i :3000 Example 2: mac terminal find process by port sudo lsof -i tcp:3000