/rollup-template

Starter template for a rollup project

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

rollup-template

Simple starter template for a rollup project.

Includes the @rollup/plugin-node-resolve plugin for including node modules in your bundle.

Get started

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.