@systemsoftware/serve
v1.0.0
Published
Serve a directory over HTTP
Readme
Serve
Serve a directory over HTTP.
Install
npm i -g @systemsofware/serveUsage
serve [directory] [port?]Where directory is the directory to serve and port is the port to listen on. If port is not provided, it will default to 3000.
Example
serve . 8080This will serve the current directory on port 8080.
