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
- Host: GitHub
- URL: https://github.com/nilsmagnus/serve
- Owner: nilsmagnus
- Created: 2017-03-08T16:24:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T18:02:27.000Z (about 8 years ago)
- Last Synced: 2025-02-27T02:55:00.376Z (3 months ago)
- Language: Go
- Size: 15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)