Skip to content

Instantly share code, notes, and snippets.

@lideo
Last active August 29, 2015 14:10
Show Gist options
  • Save lideo/3c7b2276ef539a236720 to your computer and use it in GitHub Desktop.
Save lideo/3c7b2276ef539a236720 to your computer and use it in GitHub Desktop.
Start a Simple Web Server from Any Directory on Your Mac
http://lifehacker.com/start-a-simple-web-server-from-any-directory-on-your-ma-496425450
python -m SimpleHTTPServer 8000
@lideo
Copy link
Author

lideo commented Feb 13, 2015

php -S localhost:8080

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