ref: https://github.com/http-party/http-server
npm install --global http-server # 安装 http-server # 静态目录运行
ref: https://github.com/vercel/serve
npm install --global serve # 安装 serve # 静态目录运行
ref: https://stackoverflow.com/questions/16333790