Use Ruby to serve a folder as an static HTTP server.
# Generic command ruby -run -e httpd <folder> -p <port> # For example ruby -run -e httpd . -p 9090