About

A deliberately uncomplicated starting point.

It has two server-rendered pages, thoughtful error handling, and no database or outside service to provision.

Run locally

Install dependencies and run npm run dev. Then visit http://127.0.0.1:3002.

Deploy later

Copy this directory into /var/www/node-example, run it with systemd, and put Nginx in front of it.