Skip to content

nakamorichi/express-typescript-example

Repository files navigation

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

About

Example of setting up Express.js using TypeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published