Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Bun 시작하기

MacOS/리눅스에서 설치

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

Homebrew로 설치

$ brew install oven-sh/bun/bun

윈도우에서 설치

$ powershell -c "irm bun.sh/install.ps1|iex"

Scoop으로 설치

$ scoop install bun

Bun 설치 확인하기

$ bun -v

Bun 업데이트하기

$ bun upgrade

hello.js 파일 실행하기

$ bun hello.js

REPL 실행하기

$ bun repl