Tiny NodeJs Static Web Server
npm i -g easy-server
server # 把当前文件夹作为静态资源服务器根目录 server -p 8080 # 设置端口号为 8080 server -h localhost # 设置 host 为 localhost server -d /usr # 设置根目录为 /usr
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Tiny NodeJs Static Web Server