Skip to content

Instantly share code, notes, and snippets.

@eystein
Created July 31, 2020 10:21
Show Gist options
  • Save eystein/01ffe870e1c863cb268e6b10d63f0c55 to your computer and use it in GitHub Desktop.
Save eystein/01ffe870e1c863cb268e6b10d63f0c55 to your computer and use it in GitHub Desktop.
Start server in any folder
php -S localhost:8000
php -S 0.0.0.0:8000
python2 -m SimpleHTTPServer 80
python3 -m http.server 80
ruby -run -e httpd . -p5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment