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 master
You'll need Node.js and NPM first.
$ npm install
$ node server.js
git init . && git remote add origin https://github.com/JayHoltslander/instant-https && git pull origin master && npm install && node server.js
chmod +x serve.sh
./serve.sh