This project skeleton was created to help people get started with creating their own React component library using:
It also features:
- Jest and React Testing Library enabling testing of the components
npm run dev
This will start the examples page, you can write your demo there to debug the components.
# build all components
npm run build
# build all components and a main libary including all components
npm run build:all
npm run test
npm run test:watch
npm run pub