All Projects → kessler → node-quick-serve

kessler / node-quick-serve

Licence: MIT License
quickly start an http download server and serve a single file or a directory from command line

Programming Languages

javascript
184084 projects - #8 most used programming language

quick serve

quickly start an http download server and serve a single file or a directory from command line

npm install -g quick-serve

usage

quickserve

serve current directory at http://localhost:12345

quickserve myfile

myfile will be served on http://localhost:12345

or with a custom port

quickserve myfile 8181

myfile will be served on http://localhost:8181

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].