MCPcopy
hub / github.com/rx-angular/rx-angular / run

Function run

apps/ssr-isr/server.ts:85–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83};
84
85function run(): void {
86 const port = process.env['PORT'] || 4000;
87
88 // Start up the Node server
89 const server = app();
90 server.listen(port, () => {
91 console.log(`Node Express server listening on http://localhost:${port}`);
92 });
93}
94
95run();

Callers 1

server.tsFile · 0.70

Calls 2

appFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected