How to load python simple server

Go to docs folder
















$ python -m SimpleHTTPServer 8003











Run in browser

http://127.0.0.1:8003


Comments

Popular posts from this blog

ImportError: No module named regex