Python simple web server
The absolutely fastest way to get a simple web server up and running using Python 3, for development purposes.
Or if you are on Python 2.x:
Then just access http://your-ip:8000
to access the web server contents. Hit ctrl+c to exit.