Simple starter template for a rollup project.
Includes the @rollup/plugin-node-resolve plugin for including node modules in your bundle.
With node.js >=16 installed:
Run npm install
...then
npm start
... this will bundle main.js and its imports into dist/main.js which is then imported by index.html.