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

React/JSX: One way to store an HTML entity as data

box-shadow

Notes on Javascript async and await