- Docker
- Visual Studio Code with Remote - Containers extension installed
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.