Skip to content
/ serve Public

Simple server for single page applications

License

Notifications You must be signed in to change notification settings

ttgint/serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"