A "simple" typescript starter. Uses bun to manage dependencies and run the project, because well, I don't know. Code crimes.
bun install
bun start
Linting is done with Prettier, my editor is set up to run it on save so I've not added a linting script.