This is my Blog. I write here my ideas and my full dreams about technologies and development system. I make be happy in help you!
This is a command for start a simple server in windows.
CMD > python -m http.server 8080
open browser localhost:8080
Linux: python -m SimpleHTTPServer 8080