A boilerplate for building React libraries. See demo.
- Yarn Plug'n'Play and workspaces support
- ES Module system support
- Build packages in CommonJS and ESM formats with Rollup and other plugins:
- styled-components with default stylelint support
- Test Automation
- Visual testing with Chromatic
- Interactive testing with @storybook/addon-interactions
- Run component and story tests with Jest and included libraries:
- Code Coverage reporting with Codecov
- Dev sandbox and documentation with Storybook
- Type checking with Flow
- JS style check with ESLint using AirBnb style guide
- Continuous integration with GitHub Actions
Please see DEVELOPMENT.md