UNPKG

ts-express-eslint-prettier

Version:

A TypeScript + Express backend starter with ESLint and Prettier configuration.

19 lines (13 loc) 459 B
# 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