Setting Up SSL For The NPM Module http-server
I normally use MAMP or Vagrant but recently I have been working exclusively with node and wanted to easily create a http server using ssl mainly for quick prototypes. First setup your project create a directory cd into that directory and run. npm init -y npm i http-server Now setup...