An open API service indexing awesome lists of open source software.

https://github.com/fyko/bun-template

a dead simple ts template for bun with linting, formatting and Docker already setup
https://github.com/fyko/bun-template

Last synced: 7 months ago
JSON representation

a dead simple ts template for bun with linting, formatting and Docker already setup

Awesome Lists containing this project

README

          

# ts-template

To install dependencies:

```bash
bun install
```

Development:

```bash
bun run dev
```

Build:

```bash
bun run build
```