https://github.com/lherman-cs/serve
A minimalistic http server that helps you to test your frontend without any hassle
https://github.com/lherman-cs/serve
debug frontend golang server website
Last synced: about 1 year ago
JSON representation
A minimalistic http server that helps you to test your frontend without any hassle
- Host: GitHub
- URL: https://github.com/lherman-cs/serve
- Owner: lherman-cs
- License: apache-2.0
- Created: 2018-05-09T00:21:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T17:43:49.000Z (about 8 years ago)
- Last Synced: 2025-02-17T22:28:16.059Z (over 1 year ago)
- Topics: debug, frontend, golang, server, website
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serve
A minimalistic http server that helps you to test your frontend without any hassle.

## Installation
```sh
go get github.com/lherman-cs/serve
```
## Usage
```
Usage:
serve [flags]
Flags:
-h, --help help for serve
-p, --port uint16 Port to listening on (default 8080)
```