very simple nodejs develop environment with devcontainer
- install Docker Desktop
- install Devcontainers into VSCode
- Clone this repository.
- Open
Command Palettevia VSCode. - Type
>Dev Containers: Open Folder in Container... - Choose the directory of this cloned repository.
- Open
Terminal. - Type
node app.jsto start the server. - Access the server by navigating to
localhost:3000in your web browser. - You're all set!