Skip to content

stagas/just-serve

Repository files navigation

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