Lacklub
0
Q:

simple http server

# 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
npm install --global http-server
1

New to Communities?

Join the community