INNER CODE UNIT · TypeScript

bootstrap

dzzzzzy/Nestjs-Learning · demo/easy-post/src/main.ts:6

async function bootstrap() {
    const app = await NestFactory.create(AppModule);
    app.listen(5000).then(() => {
        new Logger('EasyPost').log('EasyPost API server has been started on http://localhost:5000');
    });
}

bootstrap();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…