For when we need to run a quick local webserver Python 3 1 python -m http.server 8080 NodeJS 1 npx serve --listen 8080 PHP 1 php -S 0.0.0.0:8080 Ruby 1 ruby -run -e httpd . -p 8080