MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / run

Function run

packages/angular/test/apps/ng17/server.ts:51–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51function run(): void {
52 const port = process.env['PORT'] || 4000;
53
54 // Start up the Node server
55 const server = app();
56 server.listen(port, () => {
57 console.log(`Node Express server listening on http://localhost:${port}`);
58 });
59}
60
61// Webpack will replace 'require' with '__webpack_require__'
62// '__non_webpack_require__' is a proxy to Node 'require'

Callers 1

server.tsFile · 0.70

Calls 1

appFunction · 0.70

Tested by

no test coverage detected