Skip to content

Instantly share code, notes, and snippets.

@jinuljt
Created August 24, 2017 05:11
Show Gist options
  • Save jinuljt/817f30b19f712516b8c2f8517b7dd78c to your computer and use it in GitHub Desktop.
Save jinuljt/817f30b19f712516b8c2f8517b7dd78c to your computer and use it in GitHub Desktop.
set up a very basic web server serving files relative to the current directory.

Python3

python -m http.server

Python2

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