Skip to content

Start-Out/module-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module: Express

Static Badge

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

Quick Start

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).

Run your tiny server

A couple of run scripts are included

npm start
npm run dev