Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 437 Bytes

run-node-app.md

File metadata and controls

17 lines (12 loc) · 437 Bytes
ms.topic ms.date ms.custom
include
01/12/2022
devx-track-js
  1. Start the server:

    npm start
  2. Test the app by opening a browser to http://localhost:3000. The site should appear as follows:

    :::image type="content" source="../media/deploy-azure/express.png" alt-text="Browser screenshot displaying Express.js app.":::

  3. Press Ctrl + c in the terminal to stop the server.