/Web-App

HTML5 移动Web App阅读器

Primary LanguageHTML

搭建http服务器

Node

  1. npm i http-server -g
  2. cd 当前目录
  3. http-server (默认8080端口)

Python

  1. cd 当前目录
  2. python -m SimpleHTTPServer (默认8000端口)

Apache

  1. 启动apache
  2. 将文件置于htdocs目录下