子沉Blog
| About | Tags

Back nodejs搭建本地服务器



|

先要安装nodejs

再用npm安装http-server,输入npm install http-server -g

再用cd定位到文件夹根目录,使用http-server开始运行。

用Ctrl+C停止运行

启动时浏览器访问127.0.0.1:8080(默认)即可


This work is licensed under CC BY-NC 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/