To use the vite management the react project
Install the bun
1HOMEBREW_NO_AUTO_UPDATE=1 brew install oven-sh/bun/bun
Initialization the project use bun
1bun create vite@latest part1 --template react
2cd part1
3bun install
4bun run dev