Skip to content

Sogrey/anywhere

 
 

Repository files navigation

anywhere

node构建本地服务器

安装

npm i -g anywhere

使用方法

anywhere # 把当前文件夹作为静态资源服务器根目录

anywhere -p 3000 # 设置端口号为 3000

anywhere -h localhost # 设置 host 为localhost

anywhere -d /usr # 设置根目录为 /usr

About

node构建本地服务器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.2%
  • Smarty 5.8%