- Access to static files and folders
- Random port selection
- Local logging
- Localhost HTTPS
- Identify the Content-Type of the file
brew install chyroc/tap/serve
go install github.com/chyroc/serve@latest
Simple to use
serve
Deploy a directory
serve ./some-dic
Enable https
serve --https