1
0
Fork 0
typescript/README.md

21 lines
387 B
Markdown
Raw Permalink Normal View History

2023-10-02 18:50:13 +00:00
# Typescript
A "simple" typescript starter.
Uses [bun](https://bun.sh) to manage dependencies and run the project, because well, I don't know. Code crimes.
## Install
```bash
bun install
```
## Run
```bash
bun start
```
## Linting
Linting is done with [Prettier](https://prettier.io/), [my editor](https://zed.dev/) is set up to run it on save so I've not added a linting script.