nhs
Version: 
nhs(Nod.js HTTP Server) is a node.js http server.
21 lines (18 loc) • 510 B
Markdown
node-staticServer
=================
> nhs(Nod.js HTTP Server) is a node.js http server.
##Getting Started
```shell
npm install -g nhs
```
##Usage
Starting nhs<br />
```shell
-> cd yourproject
-> nhs
```
##Available Options
 -h, --help     output usage information<br />
 -V, --version  output the version number<br />
 -d, --dev      launch a server in the development mode<br />
 -p, --port     set a listen port (default 3000,if do not set this param will automatically assigned port)