Skip to content

dgduksict/typescript-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoilerPlate with Express TypeScript 2025

🌟 Introduction

Welcome to Express TypeScript Boilerplate 2025 – a simple and ready-to-use starting point for building backend web services with Express.js and TypeScript.

🛠️ Getting Started

Step-by-Step Guide

Step 1: 🚀 Initial Setup

  • Clone the repository: git clone https://github.com/dgduksict/typescript-express.git
  • Navigate: cd typescript-express
  • Install dependencies: npm install

Step 2: ⚙️ Environment Configuration

  • Create .env: Copy .env.example to .env
  • Update .env: Fill in necessary environment variables

Step 3: 🏃‍♂️ Running the Project

  • Development Mode: npm run dev
  • Migrate DB in Development Mode: npm run migrate:development
  • Building: npm build
  • Production Mode: Set NODE_ENV="production" in .env.production then npm run migrate:production

📁 Folder Structure

├── Dockerfile
├── LICENSE
├── package.json
├── package-lcok.json
├── README.md
├── custom.d.ts
├── src
│   └── index.ts
│
├── tsconfig.json
└── gitignore

About

Express + Typescript backend boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •