Boilerplate for a TSX-React library
This repository is boilerplate for authoring a React component library in TypeScript. It comes with the following:
- Support for building React components in TypeScript
- Styled components with Stitches
- Autogenerated design tokens with Style Dictionary
- Storybook
- Build pipeline with Rollup
- ESLint & Prettier linting support
- Testing with React Testing Library & Jest
- GitHub action to automatically build on push to
main