This is a minimum boilerplate, please run the following commands on your terminal of choice
1 npm ci # installs vite as per package-lock.json
;
2.1. node main.js # runs vite.build with default Rollup.js watcher
;
2.2. whilst watching for changes, open ./counter.js
on your IDE and update counter
to something higher e.g. _let counter = 2;_
.