quick-serve
v1.0.0
Published
quickly start an http download server and serve a single file or a directory from command line
Downloads
27
Readme
quick serve
quickly start an http download server and serve a single file or a directory from command line
npm install -g quick-serveusage
quickserveserve current directory at http://localhost:12345
quickserve myfilemyfile will be served on http://localhost:12345
or with a custom port
quickserve myfile 8181myfile will be served on http://localhost:8181
