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.
- Host: GitHub
- URL: https://github.com/devrizz/bun_init
- Owner: DevRizz
- Created: 2025-06-30T17:01:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T04:32:36.000Z (12 months ago)
- Last Synced: 2025-07-01T05:33:26.584Z (12 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.