Skip to content

Instantly share code, notes, and snippets.

@raritet
Created August 4, 2017 02:42
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 raritet/ac5be311b4145888351074f6894b2ede to your computer and use it in GitHub Desktop.
Save raritet/ac5be311b4145888351074f6894b2ede to your computer and use it in GitHub Desktop.
Quick web server on macOS

You need only one tiny command to start a web server from any directory through OS X's terminal. Just navigate to the directory you want to use and enter the following command:

python -m SimpleHTTPServer 8000

You may want to change the port if you already have something running on 8000.

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