06 Jan How to serve file via HTTP in 1 min python -m SimpleHTTPServer 8080 It will serve current directory accessible via HTTP on port 8080.