Skip to content

Instantly share code, notes, and snippets.

@nagaki
Last active August 29, 2015 13:57
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 nagaki/9384258 to your computer and use it in GitHub Desktop.
Save nagaki/9384258 to your computer and use it in GitHub Desktop.
ワンライナーでサーバーを起動する
python -m SimpleHTTPServer 8888 &
ruby -run -e httpd . -p 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment