Just found out you can easily create a web server inPython for testing. The command is:
brush: python
python -m SimpleHTTPServer 8000
It serves the files in the current directory. For more information, check the documentation
Just found out you can easily create a web server inPython for testing. The command is:
brush: python
python -m SimpleHTTPServer 8000
It serves the files in the current directory. For more information, check the documentation