TypeScript and Node.js starter for minimal Node server projects.
A minimal starter that configures TypeScript with Node.js and provides development, build, and production scripts plus hot-reloading. The repository includes testing, linting, and pre-commit hook configurations and an example project structure suited for small backend services or CLI tools. Core languages used are TypeScript and JavaScript running on Node.js.
0