A minimal TypeScript starter for coding katas: clone it, run the tests, start coding.
Node.js 22.12 or newer.
npm install
npm test
Vitest stays in watch mode, so tests re-run when you save.
npm start
Any editor or IDE can run the test file directly with Vitest.