Python has an embedded HTTP server that can serve the current directory from a given port.

python -m SimpleHTTPServer 8000