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

https://github.com/devrizz/bun_init

This is Bun JS tutorial codes to get started with this transpiler and fastest javascript run time environment.
https://github.com/devrizz/bun_init

Last synced: 11 months ago
JSON representation

This is Bun JS tutorial codes to get started with this transpiler and fastest javascript run time environment.

Awesome Lists containing this project

README

          

# bun

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

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