A modern and minimal backend boilerplate built with TypeScript, esbuild, and Biome, designed for fast development and clean code quality.
- ⚡️ esbuild — ultra-fast TypeScript bundling for Node.js (ESM output)
- 🔁 Hot reload via
nodemonand concurrent watchers - ✅ Type checking with
tsc --noEmit - 🧹 Code quality with Biome (formatting, linting, and checking)
- 🧩 Husky + lint-staged integration ready for Git hooks
- 🧰 Type-safe paths and aliases via
tsconfig.json - 🧪 Validate command for pre-commit or CI workflows
npm install