Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 716 Bytes

File metadata and controls

16 lines (10 loc) · 716 Bytes

Hello World from Devcontainer

Prerequisites

Running the apps

Open new Visual Studio Code window and use the Remote-Containers: Clone Repository in Container Volume... command to clone this (https://github.com/8pointers/hello-world-from-devcontainer.git) repository. Once the workspace is ready, open a new Visual Studio Code terminal and run:

npm start

If everything worked as expected, a simple "Hello World!" page should appear in your default web browser.