Skip to content

Instantly share code, notes, and snippets.

@egyptiankarim
Created December 14, 2022 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egyptiankarim/2d446015f906cda2f000d44c564866f0 to your computer and use it in GitHub Desktop.
Save egyptiankarim/2d446015f906cda2f000d44c564866f0 to your computer and use it in GitHub Desktop.
Convenient tiny web server for local dev and test.
# Convenient tiny web server for local dev and test.
ruby -run -e httpd . -b 127.0.0.1 -p 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment