Skip to content

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

License

Notifications You must be signed in to change notification settings

kessler/node-quick-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published