Skip to content

Instantly share code, notes, and snippets.

@idleuncle
Last active May 6, 2019 15:03
Show Gist options
  • Save idleuncle/105e84749ee0e28531a96e55f1ce7fef to your computer and use it in GitHub Desktop.
Save idleuncle/105e84749ee0e28531a96e55f1ce7fef to your computer and use it in GitHub Desktop.
临时调试网页载入用的http服务器
python -m SimpleHTTPServer 8080
python3 -m http.server
npm install -g live-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment