express-static-https
v0.0.15
Published
Simple static express web server for the command line.
Downloads
7
Readme
express-static-https
Simple static express web server for the command line.
Install
Include with "npm install" or "yarn add":
yarn add express-static-https
Usage
No frills static serving of a single folder over https. Logging options coming shortly.
express-static-https path/to/files --port #### --certificate path/to/fullchain.pem --key path/to/privatekey.pem
License
MIT © Kirk Bulis