Skip to content

Instantly share code, notes, and snippets.

@nasturtus
Created April 20, 2017 18:37
Show Gist options
  • Save nasturtus/3c871610d425c2b8a8b2367eccd823ce to your computer and use it in GitHub Desktop.
Save nasturtus/3c871610d425c2b8a8b2367eccd823ce to your computer and use it in GitHub Desktop.
# Start a webserver in a jiffy.
Run python -m http.server 8000 from the directory containing index.html
Open browser window and enter localhost:8000 on the address bar to open index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment