HTTP server from current directory
alias server="python -m SimpleHTTPServer $*"


and then it's just a matter of running "server" or "server 5000"