SimpleHTTPServerStart a simple http server on port 3030 using Python:python -m SimpleHTTPServer 3030Copy