Bun
Bun — A fast all-in-one JavaScript runtime
JavaScript執行環境
安裝
$ curl -fsSL https://bun.sh/install | bash
bun create – Templating | Bun Docs
React
$ bun create react app name
2023-09-16 なんでbun installは速いのか?
Bun, Javascript, and TCO - onsclom