Created
September 5, 2018 17:21
-
-
Save awesome/4dbb806528577fcd3525d2868f4cf1cd to your computer and use it in GitHub Desktop.
python SimpleHTTPServer
This file contains hidden or 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
| # | |
| # TEST SERVE WEBAPP | |
| # | |
| echo "hello world" > index.html | |
| nohup python -m SimpleHTTPServer 80 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment