Skip to content

On liners

Server

python2

python2 -m SimpleHTTPServer 8080
python3
python3 -m http.server 8080
php
php -S 0.0.0.0:8080
ruby
ruby -run -e httpd . -p 8080