Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 420 Bytes

easy-http-server

An easy http server which serves local file on your computer

Install

Install with go get

go get -v github.com/zegwe/easy-http-server

or download binary file from release page

Usage

cd into the folder you want to serve

easy-http-server :8080

or simply

easy-http-server

server will listen on address 127.0.0.1:8080