Run an HTTP server from any directory
1python -m SimpleHTTPServer 8000
FYI, PHP also comes with a built-in server
1php -S localhost:8080 -t ./public/