INNER CODE UNIT · TypeScript

bootstrap

hardyscc/nestjs-cqrs-starter · apps/gateway/src/main.ts:4

async function bootstrap() {
  const app = await NestFactory.create(AppModule);
  await app.listen(3000);
}
bootstrap();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…