Serve files (for development/testing) painlessly over HTTPS from the current directory, doesn't require you to generate an SSL certificate
npm install crisp
$ npm install crisp
`Usage
`
Serve files painlessly over HTTPS from the current directoryUsage: $ crisp
Options:
-k, --key Pre-existing key file
-c, --certificate Pre-existing certificate file
-x, --export Export auto-generated key and certificate (saves to crisp.key and crisp.crt) [default: false]
-p, --port Set port to listen on [default: 4443]
``