joewdavies / rollup-template

Starter template for a rollup project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starter template for a rollup project

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 57.7%Language:JavaScript 42.3%