Bun Tutorial

Table of Contents

Getting started with Bun

Bun is a Javascript Runtime similar to Node but way more faster.

Installing Bun

$ curl -fsSL https://bun.sh/install | bash

Creating new project

Create a dir and inside it run:

$ bun init 

I know there is not a lot in here, but I’ll update as soon as I learn about it more.