Often I need to get access to files via an HTTP server. There is always the option of putting it in my Sites directory (I use a mac), but this solution isn’t that great and also isn’t portable.
Now if you have a python environment installed you can actually spin up an HTTP server to start serving content from the current directory you are in.
python -m SimpleHTTPServer