A minimal SPA application using Hono and React, running on AWS Lambda.
# Install dependencies
npm install# Start development server (with HMR)
npm run dev# Check (lint + format + auto-fix)
npm run check# Build for ARM64 architecture
docker build --platform linux/arm64 -t hono-spa-lambda . --provenance=false