Viteのprojectを作る
with npm, nodejs
$ npm create vite@latest
これで色々質問されるので答えればできる
テンプレートが色々ある
$ npm create vite@latest my-app -- --template vanilla-ts
with bun
$ nix-shell -p bun
$ bun create vite my-app
with pnpm
$ nix-shell -p nodePackages.pnpm
$ pnpm create vite <name> -- --template react-ts