Skip to content

Instantly share code, notes, and snippets.

@Donmclean
Last active October 7, 2015 21:27
Show Gist options
  • Save Donmclean/532f5fac9f6009f24095 to your computer and use it in GitHub Desktop.
Save Donmclean/532f5fac9f6009f24095 to your computer and use it in GitHub Desktop.
Run a simple server in your working directory. eg: "python -m SimpleHTTPServer [port]"
python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment