Skip to content

Instantly share code, notes, and snippets.

@jensblond
Last active August 29, 2015 14:07
Show Gist options
  • Save jensblond/5555e7324c9524a7d6ff to your computer and use it in GitHub Desktop.
Save jensblond/5555e7324c9524a7d6ff to your computer and use it in GitHub Desktop.
Start http Server from Commandline
user$ ruby -run -e httpd . -p 9090
user$ python -m SimpleHTTPServer
user$ gem install serve
user$ serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment