Boilerplate for React component libraries- set up with TypeScript, Jest, Rollup and Storybook.
- ⚛️ React (with Typescript) boilerplate
- 💄 format with Prettier
- 🐛 catch bugs with ESLint
- 🧪 test with Jest and React Testing Library
- 🗺 explore components with Storybook
- 📦 bundled with Rollup to keep bundle size smol
Click "Use this template" to create your own component library!
Go to the project directory
cd react-component-library-boilerplate
Install dependencies
yarn:
yarn
npm:
npm install
Start the project (with Storybook)
yarn:
yarn start
npm:
npm start