Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 761 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 761 Bytes

Express.js + TypeScript + Docker example

This example demonstrates how to build an Express.js application using TypeScript, and how to wrap the app into Docker container.

Application dependencies

Environment dependencies

Usage

  • npm install && npm run build: build the project
  • npm run start:dev: start development server watching changes in ./src
  • npm start: start production server running the compiled app in ./lib
  • npm run build:docker: build Docker container image
  • npm run start:docker: launch Docker container using the image