Skip to content

Express.js TypeScript Docker template with full development setup

Notifications You must be signed in to change notification settings

jaymjax1/express-typescript-docker-template

Repository files navigation

Express TypeScript Docker Template

A production-ready template for Express.js applications with TypeScript and Docker.

Using This Template

  1. Click "Use this template" on GitHub

    • Or clone and remove git history:
    git clone [repository-url] your-project-name
    cd your-project-name
    rm -rf .git
    git init
  2. Update package.json:

    # Update name, description, author, etc.
    vim package.json
  3. Follow the setup steps in DEVELOPMENT.md

Features

  • TypeScript 5.5 with strict type checking
  • Express.js with proper types
  • Docker multi-stage builds
  • Development and Production configurations
  • Hot reloading in development
  • Jest testing setup
  • ESLint + Prettier code formatting
  • Git hooks with Husky
  • GitHub Actions CI pipeline
  • Comprehensive documentation

Documentation

License

MIT

About

Express.js TypeScript Docker template with full development setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published