nestjs-examples NestJS bun / getting started Install bun: curl -fsSL https://bun.sh/install | bash bun -v # 1.0.21 Setup nestjs project: bunx @nestjs/cli new nestjs-01-getting-started