Effortless https local server at https://localhost:4443 in under 5 seconds. Includes AMP boilerplate welcome page.
From inside a new empty project folder
git init .
git remote add origin https://github.com/JayHoltslander/instant-https
git pull origin masterYou'll need Node.js and NPM first.
$ npm install$ node server.jsgit init . && git remote add origin https://github.com/JayHoltslander/instant-https && git pull origin master && npm install && node server.jschmod +x serve.sh./serve.sh