Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Koa + TS boilerplate, + Docker, K8s, CI examples, and more

License

Notifications You must be signed in to change notification settings

zacanger/ts-express-microservice-boilerplate

Repository files navigation

ts-express-microservice-boilerplate

Support with PayPal Patreon ko-fi

An example Node microservice using Express, TypeScript, and Jest.

Includes examples for Jenkins, CircleCI, GCP Cloudbuild, and Kubernetes.

Also includes an example of static file serving. I recommend serving files in production out of a CDN rather than from a Node server, or using Node only to handle requests for those files.

To run in dev, npm ci && npm start

To run without docker, npm run dev instead

To build, npm version [major|minor|patch]

LICENSE