Skip to content

Instantly share code, notes, and snippets.

@kylezimmerman
Created February 3, 2016 02:45
Show Gist options
  • Save kylezimmerman/0112be26a70e9400960c to your computer and use it in GitHub Desktop.
Save kylezimmerman/0112be26a70e9400960c to your computer and use it in GitHub Desktop.

Simple Web Server

For when you just need to host something quickly!

Python

Python 2

python -m SimpleHTTPServer

Python 3

python -m http.server

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