0.1.5 • Published 3 years ago

cra-template-component-library v0.1.5

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

cra-template-component-library

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.

:hammer: Included Dev Tools/Dependencies:

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

For example:

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

# or

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