Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fly-apps/bun

Bun JS app doing basically nothing
https://github.com/fly-apps/bun

Last synced: 3 months ago
JSON representation

Bun JS app doing basically nothing

Awesome Lists containing this project

README

        

# bun

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run http.ts
```

To deploy, run through our
[hands-on walk-through](https://fly.io/docs/hands-on/), then:

```bash
fly launch
fly deploy
```

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