Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 582 Bytes

Fast HTTP Server

Quickly get a http server running to serve the current folder.

Installing

npm install -g fast-http-server

Using

http-server

Options

  • --port={port_number}[default 8080]
  • --dirname={relative_path}[default ./]

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details ~