1.3.0 • Published 5 years ago
vrainy-server v1.3.0
Vrainy Server
Installation
$ npm install vrainy-serverUsage
Start sever
> vrainy-serverConfig
-portSet the port of the HTTP server, default is6231.-rootSet the root directory of the server, default is current directory.-openSet tofalsewon't auto open page, default istrue.
Here is example of usage:
> vrainy-server --port=9000 --root=d:/ --open=false