Awesome
Node.js App (Javascript)
Production-ready Node.js app.
Key features
- Local development on your native Node.js installation or any combination of:
- Image: Development (Official Node.js image), Production (Official distroless image), Production debugging (Official distroless debug image)
- Environment: Docker, Kubernetes
- Multi-stage Docker build
- Live reload for faster development feedback
- Pre-configured VS Code debugger
- Full observability (health, logs, metrics, traces)
- Graceful shutdowns
- Auto-publish signed images
- Example deployments to Kubernetes, Heroku and Fly
Getting started
- Create your own repo from this template or fork it
- Clone your repo to your computer
- Search and replace
app-node-js
with your app name (this should updatepackage.json
, k8s manifests, docs) - Search and replace
your app
with your app title (this should update docs) - Remove this Getting started section
- Commit your changes!