ts-express-eslint-prettier
v1.0.8
Published
A TypeScript + Express backend starter with ESLint and Prettier configuration.
Maintainers
Readme
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:
npx ts-express-eslint-prettier <your-project-name>
cd <your-project-name>
npm run dev