Simple Node.js 24 + Express template.
npm install
npm start # http://localhost:3000
npm run dev # watch modeGET /— landing page (live node version + uptime)GET /api— hello + node version (JSON)GET /health— health check
docker build -t node24-template .
docker run -p 3000:3000 node24-template