MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / run

Function run

frameworks/angular/server.ts:41–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41function run(): void {
42 const port = process.env['PORT'] || 4000;
43
44 // Start up the Node server
45 const server = app();
46 server.listen(port, () => {
47 console.log(`Node Express server listening on http://localhost:${port}`);
48 });
49}
50
51// Webpack will replace 'require' with '__webpack_require__'
52// '__non_webpack_require__' is a proxy to Node 'require'

Callers 1

server.tsFile · 0.85

Calls 1

appFunction · 0.85

Tested by

no test coverage detected