Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 626 Bytes

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.