Python 2 & 3 Quick Server

Personal reminder:

Python 2

python -m SimpleHTTPServer 3000

Python 3

python -m http.server 3000
comments powered by Disqus