mac os 开启Http file service方法
使用 http 服务器
http-server
花1分钟去节点.js主页下载和安装它。
使用:
http-server
$ npm install http-server -g
cd到文件服务的文件夹下,通过运行此命令设置本地服务器:
$ http-server ./ -p 1313
现在,HTTP服务器运行在端口。使用您的网络浏览器和访问http://localhost:1313/
原文地址:Easy way to setup a local HTTP Server on macOS (1upnote.me)