In this patch a configuration is added to enable development with Visual Studio Code and Docker containers, so that it is not necessary to have an instance of NodeJs on the local machine, if Docker is installed and the VsCode in-container development plugin is enabled.
The node-modules folder is mapped on a volume, to speed-up the download of dependencies and the building process.
In this patch a configuration is added to enable development with Visual Studio Code and Docker containers, so that it is not necessary to have an instance of NodeJs on the local machine, if Docker is installed and the VsCode in-container development plugin is enabled.
The
node-modules
folder is mapped on a volume, to speed-up the download of dependencies and the building process.