esco-components
v0.1.0
Published
A skeleton to create your own React component library using Rollup, TypeScript, Styled Components and Storybook
Downloads
5
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 test
Building
npm run build
Storybook
To run a live-reload Storybook server on your local machine:
npm run storybook
To export your Storybook as static files:
npm run storybook:export