1.1.0 • Published 2 years ago

just-serve v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

just-serve

cli tool to just serve a directory using https

Installation

$ npm install just-serve -g

Usage

# serves cwd
just-serve

# serve a given path
just-serve my/path

# serve with given host/port
HOST=localhost PORT=7777 just-serve

License

MIT