# ts-express-eslint-prettier

A simple **TypeScript + Express.js** backend boilerplate with **ESLint** and **Prettier** pre-configured for quick project setup.

## Features

- Ready-to-use TypeScript configuration  
- Express.js server setup  
- ESLint + Prettier for code quality and formatting  
- Quick development workflow  

## Usage

Create a new project:

```install
npx ts-express-eslint-prettier <your-project-name>
cd <your-project-name>
npm run dev