An open API service indexing awesome lists of open source software.

https://github.com/stagas/just-serve

cli tool to just serve a directory using https
https://github.com/stagas/just-serve

cli development-server https-server livereload livereload-server static-server

Last synced: 3 months ago
JSON representation

cli tool to just serve a directory using https

Awesome Lists containing this project

README

          

# just-serve

cli tool to just serve a directory using https

## Installation

```sh
$ npm install just-serve -g
```

## Usage

```sh
# 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