Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 547 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 547 Bytes

quickserve

CLI for deploying a simple static HTTP test server

#Installation

You need go to build quickserve http://golang.org/

git clone github.com/madhavgharmalkar/quickserve
cd github.com/madhavgharmalkar/quickserve
go install

#Usage

cd into root directory and run

quickserve --port 3000 //launches http serve on localhost:3000

Example output

quickserve --port 3030
2015/09/11 11:57:22 HTTP server listening on 127.0.0.1:3030
2015/09/11 11:57:28 [GET] "/"
2015/09/11 11:57:28 [GET] "/favicon.ico"