项目作者: RadhiFadlillah

项目描述 :
Simple HTTP server to serve contents of specified directory
高级语言: Go
项目地址: git://github.com/RadhiFadlillah/simple-server.git
创建时间: 2018-03-09T04:18:01Z
项目社区:https://github.com/RadhiFadlillah/simple-server

开源协议:MIT License

下载


Simple-Server

simple-server is a simple app to run HTTP server which serve content of the specified directory. I created it because I started working as front-end developer, so I need a simple server to check my works, which easy to install, easy to use, lightweight and have no dependency.

Installation

Make sure go is installed, then run :

  1. go get github.com/RadhiFadlillah/simple-server

Usage

  1. Run a simple HTTP server to serve content of specified directory
  2. Usage:
  3. simple-server directory [flags]
  4. Flags:
  5. -h, --help help for simple-server
  6. -p, --port int Port that used by server (default 8080)

License

This app is distributed using MIT license, which means you can use and modify it however you want.