Skip to main content

Process

lsof -i tcp:3000 // Find running process id based on port
kill -9 PID // stop the process