About
This demo uses Node.js + Express, with Tailwind (CDN) for styling and HTMX for progressive enhancement.
- Home page with interactive card using HTMX
- Simple JSON API at
/api/time - Health endpoint at
/healthzfor probes
Deploy Anywhere
Run locally, or deploy to Heroku, Render, Fly.io, Railway, AWS Elastic Beanstalk/Fargate, etc.
npm install
npm run start
# open http://localhost:4000