Created
July 31, 2020 10:21
-
-
Save eystein/01ffe870e1c863cb268e6b10d63f0c55 to your computer and use it in GitHub Desktop.
Start server in any folder
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
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