Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 467 Bytes

File metadata and controls

18 lines (15 loc) · 467 Bytes

Sample NodeJS Devcontainer

A starter Hello World NodeJS devcontainer.

Usage

  1. Open this project in the provided devcontainer:

    F1-> DevContainers: Rebuild and Reopen in Container
    
  2. Once the devcontainer has built and the project has reopened, launch the application via F5 or:

    Run and Debug -> Launch Program
    
  3. Once the application has been launched, it can be accessed at:

    http://localhost:3000