Skip to content

Instantly share code, notes, and snippets.

@kimat
Created November 14, 2014 09:57
Show Gist options
  • Save kimat/b7552752e4847caae949 to your computer and use it in GitHub Desktop.
Save kimat/b7552752e4847caae949 to your computer and use it in GitHub Desktop.
# placer vous dans votre dossier
cd votreprojet
# python 2.7
python -m SimpleHTTPServer
# python 3 +
python3 -m http.server
# le site est accessible sur 127.0.0.1:8000
# ou sur vos mobiles et autre devices sur %adresse_ip_de_votre_machine%:8000 (ipconfig - ifconfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment