1 2 3 4 5 6
# this will start the simple web server in the current directory # Python 2 python -m SimpleHTTPServer # Python 3 python -m http.server