This example demonstrates how to build an Express.js application using TypeScript, and how to wrap the app into Docker container.
npm install && npm run build
: build the projectnpm run start:dev
: start development server watching changes in ./srcnpm start
: start production server running the compiled app in ./libnpm run build:docker
: build Docker container imagenpm run start:docker
: launch Docker container using the image