One-line Web Server

python -m SimpleHTTPServer 8000
Serves files from where you start it.
Or for Python 3.x…
python -m http.server 8000

Comments

Popular posts from this blog

Callback, Promise, Observable, and Doughnuts

Learn grid and grid-template-areas FIRST!!!

The Day TDD Started Working for Me