react-rollup-boilerplate GitHub Details, Stars and Alternatives | OpenRepoFinder
KaiHotz / repository
react-rollup-boilerplate
A modern, production-ready boilerplate for building React component libraries. This project provides a complete development environment with Rollup bundling, TypeScript support, Storybook for component documentation, and comprehensive testing setup.
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52
Community adoption25% weight
49
Maintenance state20% weight
85
License clarity10% weight
100
Project information10% weight
100
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
React Rollup Boilerplate
A modern, production-ready boilerplate for building React component libraries. This project provides a complete development environment with Rollup bundling, TypeScript support, Storybook for component documentation, and comprehensive testing setup.
✨ Features
⚛️ React 19.2 - Built with the latest React version
📦 Rollup Bundler - Optimized ES modules output for tree-shaking
🔷 TypeScript - Full TypeScript support with type declarations
📚 Storybook 10 - Interactive component documentation and development
🧪 Vitest - Fast unit testing with React Testing Library
🎨 SCSS Support - Styling with SCSS and CSS modules
✅ ESLint & Prettier - Code linting and formatting
🎯 Stylelint - CSS/SCSS linting with BEM methodology
📱 Accessibility - JSX a11y plugin for accessibility best practices
A modern, production-ready React application boilerplate built with Vite, TypeScript, and enterprise-grade features. This boilerplate provides a solid foundation for building scalable web applications
yarn lint # Run all linters (ESLint, Stylelint, TypeScript)
yarn lint:fix # Auto-fix all linting issues
yarn eslint # Run ESLint only
yarn eslint:fix # Auto-fix ESLint issues
yarn check-types # Run TypeScript type checker