@waahah/http-serve
v1.0.7
Published
一个命令行静态 HTTP 服务器。它足够简单且可破解,可用于测试、本地开发和学习。
Maintainers
Readme
Install
As a dependency in your package:npm
npm install @waahah/http-serveGlobally via npm
npm install @waahah/http-serve --globalUsage:
http-servePath The default path is the current path, and otherwise ./public./
Now you can visit http://localhost:3000 to view your server
