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

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

Awesome Lists containing this project

README

          

# serve

A minimalistic http server that helps you to test your frontend without any hassle.

![showcase](docs/img/showcase.png)

## 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)
```