Skip to content

Instantly share code, notes, and snippets.

@leeeandroo
Created July 10, 2018 08:14
Show Gist options
  • Save leeeandroo/c545084e4fe5bfdd47453eb26e4f3364 to your computer and use it in GitHub Desktop.
Save leeeandroo/c545084e4fe5bfdd47453eb26e4f3364 to your computer and use it in GitHub Desktop.
run serve into specific folder
cd FOLDER
# If Python version returned above is 3.X
python -m http.server
# If Python version returned above is 2.X
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment