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

https://github.com/nilsmagnus/serve

Serve static files on http from command line
https://github.com/nilsmagnus/serve

Last synced: 3 months ago
JSON representation

Serve static files on http from command line

Awesome Lists containing this project

README

        

# serve
Serve static files on http from command line

# Usage

# serve current folder on port 8080
serve

# serve on custom port and folder
serve -port 1234 -folder /var/www

# display help
serve -h

# Install

go get github.com/nilsmagnus/serve

Or download binary:

- [For linux 386](dist/linux/serve)
- [For darwin 386](dist/darwin/serve)
- [For windows 386](dist/win/serve.exe)