This is a boilerplate for building React libraries with rollup.js.
- React
- TypeScript
- Jest & React Testing Library
- Prettier, ESLint & EditorConfig
- Storybook
- Node.js >= 14.x
- Yarn >= 1.22.x
clean: Remove build output filestest: Run all teststest:watch: Run all tests (watch mode)coverage: Assess project's test coveragebuild: Build Rollup bundle,storybook: Run Storybook locallybuild-storybook: Build Storybook's files for static docs deployment