- made by suhyeon
Before use Bun you have to install Bun
- curl https://bun.sh/install | bash
- bun install - use bun => fast
- vite - fast
- fast + fast => so fast
bun install
bun run dev
- you can use on
http://localhost:3000
-> if you want to change bun -> yarn
- remove file
bun.lockb
- remove folder
node_modules
yarn