Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 578 Bytes

File metadata and controls

23 lines (15 loc) · 578 Bytes

Module: Express

Static Badge

A boilerplate/starter project that's barely one step above prototyping with index.html alone.

Quick Start

Run your tiny server

A couple of run scripts are included

npm start
npm run dev

Note

HTTPS

The default configuration is unsecured. If you need a secured connection, see end of index.js which expects CA Certificates (./src/out/localhost.key and ./src/out/localhost.crt).