MCPcopy Create free account
hub / github.com/SAP-samples/cloud-commerce-sample-setup / run

Function run

js-storefront/spartacusstore/src/server.ts:60–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60function run() {
61 const port = process.env['PORT'] || 4000;
62
63 // Start up the Node server
64 const server = app();
65 server.listen(port, () => {
66 console.log(`Node Express server listening on http://localhost:${port}`);
67 });
68}
69
70run();

Callers 1

server.tsFile · 0.70

Calls 1

appFunction · 0.70

Tested by

no test coverage detected