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

https://github.com/bernardini687/bun-app-template


https://github.com/bernardini687/bun-app-template

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# bun-app-template

This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

This is a minimal template to start a bun application.

## setup

Refer to `config.ts` for the available configuration options.

```bash
bun install # install dependencies
bun app # run the app
```

## development

```bash
bun format # run prettier
```