1.简介
http-server是一个简单的零配置命令行http服务器。它对于生产使用来说是足够强大的,但它的测试,本地开发和学习足够简单易用
2.安装
1.全局安装:
npm install -g http-server
1-2.mac下全局安装
brew install http-server
3.使用方法
http-server [path] [options]
[path] defaults to ./public if the folder exists, and ./ otherwise.
http-server启动后默认是在当前./public的文件夹,否则的话./。
端口号:默认为8080
如果与你其他开启的服务有冲突,可以通过