mmarkman
0
Q:

simplehttpserver

# If Python version is 3.X
python3 -m http.server

# If Python version is 2.X
python -m SimpleHTTPServer
6
On Ubuntu go to Commands and hit these two commands->
cd folderName
python3 -m http.server 8080
4
python -m SimpleHTTPServer 8000
0

New to Communities?

Join the community