# tsproj A little template for TypeScript projects, using [Bun](https://bun.com/). ## Developing ```bash bun install ``` To run: ```bash bun run src/index.ts ``` ## Testing Bun includes a test runner out of the box. ```bash bun test ```