You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).