/rollup-component-library-example

Example of a tree shakable react component library

Primary LanguageJavaScriptMIT LicenseMIT

rollup-component-library-example

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/testacode/rollup-component-library-example.git
cd rollup-component-library-example
npm install

npm run dev builds the library, then keeps rebuilding it whenever the source files change using rollup-watch.