esco-components
v0.1.0
Published
A skeleton to create your own React component library using Rollup, TypeScript, Styled Components and Storybook
Maintainers
Readme
Component Library
This project skeleton was created to help people get started with creating their own React component library using:
It also features:
- Storybook to help you create and show off your components
- Jest and React Testing Library enabling testing of the components
this project inspired/copied from this Post
Development
Testing
npm run testBuilding
npm run buildStorybook
To run a live-reload Storybook server on your local machine:
npm run storybookTo export your Storybook as static files:
npm run storybook:export