๐ Bun์ด๋?
JS, TS ํ๋ก์ ํธ๋ฅผ ๋ฒ๋ค, ํธ๋์คํ์ผ, ์ค์นํ๋ javascript ๋ฐํ์ ( ์คํํ๊ฒฝ )
Burn์ ํน์ง
Node.js ๋ Deno ๋ณด๋ค ๋น ๋ฅด๋ค. ( ๋ฉ๋ชจ๋ฆฌ ์นํ์ )
๐ ์ค์น
// Linux, macOS
curl -fsSl https://bun.sh/install | bash
JS/TS ํ์ผ ์คํํ๊ธฐ
// test.js
console.log("Hello Bun!")
// js, ts ์คํ ๋ช
๋ น์ด
bun run test.js
=> Hello Bun!
React ํ๋ก์ ํธ ๋ง๋ค๊ธฐ
bun create react ./ํ๋ก์ ํธํด๋๋ช
Next ํ๋ก์ ํธ ๋ง๋ค๊ธฐ
bun create next ./ํ๋ก์ ํธ์ด๋ฆ
ํ๋ก์ ํธ ์คํํ๊ธฐ
// ๊ธฐ์กด create-react-app์ npm run start ๊ธฐ๋ฅ
bun dev
๋ฐ์ํ