1
0
Fork 0
typescript/README.md

387 B

Typescript

A "simple" typescript starter. Uses bun to manage dependencies and run the project, because well, I don't know. Code crimes.

Install

bun install

Run

bun start

Linting

Linting is done with Prettier, my editor is set up to run it on save so I've not added a linting script.