git clone https://github.com/sangafabrice/rollup-plugin-minify-template-dev . --recurse-submodulesnpm install --global npm-check-updates
npm installcode --install-extension ms-vscode.live-server
code --install-extension esbenp.prettier-vscode
code --install-extension dbaeumer.vscode-eslintnpm run devtools:gennpm run download:images
npm startOpen a file in the server root folder like index.html and press Ctrl+Shift+P and choose Live Preview: Start Server Logging.
Open the package.scripts.json and press Ctrl+K M to select the language of the file, then type JSON with Comments (jsonc) to disable comments validation. To make it permanent, run the command below:
npm run vscode:settingsTo strip comments using breakpoint, start the script setup/npmc.ps1 which inserts the scripts in the package.json file from the adjacent package.scripts.json when it exists:
setup/npmc.ps1