Skip to content

Instantly share code, notes, and snippets.

@zaimramlan
Forked from zulhfreelancer/SimpleHTTPServer.md
Last active September 11, 2016 15:12
Show Gist options
  • Save zaimramlan/04e9cdd52603ef218830b6534459f6a4 to your computer and use it in GitHub Desktop.
Save zaimramlan/04e9cdd52603ef218830b6534459f6a4 to your computer and use it in GitHub Desktop.
Start SimpleHTTPServer Using Mac Terminal

Step 1: cd into project folder

cd /path/

Step 2: Enter the following

$ python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment