Python HTTP Server
Sometimes it’s handy to have a simple static web server you can use locally. It can be useful for quickly transferring files between devices or checking out static websites before you deploy them. Python makes this very easy, just switch to the directory you want to serve as root and run:
python -m http.server 8765
Then, point your browser to 0.0.0.0:8765 and enjoy your index.