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

Function run

packages/angular/test/base/server.ts:38–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function run() {
39 const port = process.env.PORT || 4000;
40
41 // Start up the Node server
42 const server = app();
43 server.listen(port, () => {
44 console.log(`Node Express server listening on http://localhost:${port}`);
45 });
46}
47
48// Webpack will replace 'require' with '__webpack_require__'
49// '__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