Skip to content

Instantly share code, notes, and snippets.

@jcornelius
Created December 15, 2015 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcornelius/9f2817d4539c463b1e8c to your computer and use it in GitHub Desktop.
Save jcornelius/9f2817d4539c463b1e8c to your computer and use it in GitHub Desktop.
Simple Local Web Server on OS X
> sudo vim ~/.bash_profile
alias serve='python -m SimpleHTTPServer 8000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment