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
- Host: GitHub
- URL: https://github.com/stagas/just-serve
- Owner: stagas
- Created: 2021-10-30T20:36:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T09:09:40.000Z (over 3 years ago)
- Last Synced: 2025-06-04T12:47:10.392Z (5 months ago)
- Topics: cli, development-server, https-server, livereload, livereload-server, static-server
- Language: TypeScript
- Homepage:
- Size: 246 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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