Created
November 14, 2014 09:57
-
-
Save kimat/b7552752e4847caae949 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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