Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 341 Bytes

File metadata and controls

17 lines (10 loc) · 341 Bytes

http-server

Simple static files server

This program can serve static files from a given directory at a given port.

Params

  • port: the port where de server will be listening. Default 3001

  • path: the path to de directory to be serve. default, current directory.

Example of use

http-server -port 8080 -path example