application-challenge

You will need a runtime compatible with TypeScript to run the index.ts without any compiling step. I'd personally suggest Bun, which you can install by running:

curl -fsSL https://bun.sh/install | bash

To install dependencies:

bun install

To run:

bun run start

or

bun run index.ts

This project was created using bun init in bun v1.0.25. Bun is a fast all-in-one JavaScript runtime.