Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save basilleaf/be02e31fbf67358f0a4db9a365d74276 to your computer and use it in GitHub Desktop.

Select an option

Save basilleaf/be02e31fbf67358f0a4db9a365d74276 to your computer and use it in GitHub Desktop.
kill whatever is on localhost port 3000
kill -9 $(lsof -ti :3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment