为了在手机上预览自己的页面,一个本地服务器会方便很多,今天介绍一下MacOS系统自带的Apache服务器;
终端命令
//开启apache: sudo apachectl start
//重启apache: sudo apachectl restart
//关闭apache: sudo apachectl stop
打开终端输入sudo apachectl start
回车会提示输入密码,就是电脑密码,然后打开浏览器http://127.0.0.1/或者http://localhost测试一下;
It works!
找到本地服务器文件夹位置
终端输入open /Library/WebServer/Documents,打开文件夹
查看本机IP
手机和电脑处于同一个局域网下的设备就可以通过这个ip地址访问
来源:https://www.jianshu.com/p/2cfaf8b22005
外网访问
Mac搭建本地服务器并映射到外网
https://www.cnblogs.com/hhmm99/p/12243019.html
内网穿透(mac,window,linux通用)1分钟实现外网访问电脑本地服务器https://www.jianshu.com/p/7ffc40fc4013