Skip to content

Effortless https local server at https://localhost:4443 in under 5 seconds. Includes AMP HTML boilerplate.

Notifications You must be signed in to change notification settings

JayHoltslander/instant-https

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effortless https local server at https://localhost:4443 in under 5 seconds. Includes AMP boilerplate welcome page.

Option 1. (Step by Step)

Download

From inside a new empty project folder

git init .
git remote add origin https://github.com/JayHoltslander/instant-https
git pull origin master

Install

You'll need Node.js and NPM first.

$ npm install

Run

$ node server.js

Option 2. (All-in one: Clone, Install, and Run)

git init . && git remote add origin https://github.com/JayHoltslander/instant-https && git pull origin master && npm install && node server.js

Alternative Run

chmod +x serve.sh
./serve.sh

About

Effortless https local server at https://localhost:4443 in under 5 seconds. Includes AMP HTML boilerplate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.4%
  • JavaScript 21.4%
  • Python 19.7%
  • Shell 3.5%