Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 464 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 464 Bytes

serve

Build Status

Simple server for single page applications.

Usage

$ serve -h
Usage of serve:
  -d string
        The root directory to host (default ".")
  -l string
        Specify a URI endpoint on which to listen (default ":3000")
  -i string
        The index file (default "index.html")

Building from source

$ go build -ldflags="-s -w"