Skip to content

bootstet/cyzserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyzserver

使用node开发一个自己的node小工具,用于搭建静态服务

Installation

You need node.js and npm, You should probable install this globally.

Npm way

  npm install cyzserver -g

Manual way

  git clone https://github.com/bootstet/cyzserver.git
  # cd [your directory]
  npm install # Local dependencies if you want to hack
  npm install -g # Install globally

command line

  • -p port 端口号 example: -p 4000 (default port: 1234)
  • -d dirctory 启动文件目录 example: -d c/ : c盘

About

用于本地开启静态服务

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published