Here are various ways to start a HTTP dev server on the terminal.
Python 2
$ python -m SimpleHTTPServerPython 3
$ python -m http.serverHere are various ways to start a HTTP dev server on the terminal.
$ python -m SimpleHTTPServer$ python -m http.server