Skip to content

Instantly share code, notes, and snippets.

@awesome
Created September 5, 2018 17:21
Show Gist options
  • Save awesome/4dbb806528577fcd3525d2868f4cf1cd to your computer and use it in GitHub Desktop.
Save awesome/4dbb806528577fcd3525d2868f4cf1cd to your computer and use it in GitHub Desktop.
python SimpleHTTPServer
#
# 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