Skip to content

Instantly share code, notes, and snippets.

@imanabu
Created August 16, 2015 14:30
Show Gist options
  • Save imanabu/aa1dcd92c70821544ccc to your computer and use it in GitHub Desktop.
Save imanabu/aa1dcd92c70821544ccc to your computer and use it in GitHub Desktop.
Angularjs 2.0 Starting a Test SimpleHTTPServer with Python 3
#!/bin/sh
# python3 -m http.server --help
python3 -m http.server 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment