# build a localhost web-server
Opened this issue · 0 comments
Shenchuanhuan commented
use python
python -m SimpleHTTPServer XXXX
use http-server (node.js)
http-server -p XXXX
Opened this issue · 0 comments
python -m SimpleHTTPServer XXXX
http-server -p XXXX