0.1.1 ā€¢ Published 3 years ago

cra-template-component-library-rollup v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-component-library-rollup

This is a component library template for Create React App. It comes kitted with all the necessary tools you need to easily create your very own component library, and has a readily configured rollup bundler upon building.

šŸ›  Included Tools/Dependencies:

To use this template, add --template component-library-rollup when creating a new app.

For example:

npx create-react-app my-app --template component-library-rollup`

# or

yarn create react-app my-app --template component-library-rollup`