Skip to content

Instantly share code, notes, and snippets.

@nenodias
Last active February 22, 2017 23:32
Show Gist options
  • Select an option

  • Save nenodias/fc21b527a544ec3471fb5c8cb2bdf5aa to your computer and use it in GitHub Desktop.

Select an option

Save nenodias/fc21b527a544ec3471fb5c8cb2bdf5aa to your computer and use it in GitHub Desktop.
Simple Http Server Python for static / PHP

python 2

python -m SimpleHTTPServer 8000

#python 3 python -m http.server 8080

#PHP-cli instalado php -S localhost:8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment