A boilerplate for web apps combining React, Babel, and Rollup. Version 7.0.0 is the latest stable release. This starter uses Rollup for bundling with Babel for transpilation, includes Browsersync for development, and enforces StandardJS linting. It provides separate configurations for development and production, with UglifyJS minification in production. Alternative to Webpack-based starters, focusing on Rollup's smaller bundle sizes and simpler configuration.
npm install babel-react-rollup-starterVerified import paths — ran on the pinned version, not inferred.
Cloning the template, installing dependencies, starting development with Browsersync, and building for production.
Update Node.js to version 6 or higher.
Replace UglifyJS plugin with rollup-plugin-terser.
Manually open html/index.html after build.
Run npm run lint to check and fix issues.
Run 'npm install' to install all dependencies.
Use cross-env or update rollup config to set NODE_ENV=production.
Check Browsersync config in package.json; ensure open: true or specify browser.
No dependency data recorded yet.