gaearon/create-react-app — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2019-06-17
Start a new React app with one command instead of manually configuring Webpack, Babel, and ESLint
Get instant live reload during development so code changes show up in the browser immediately
Build a minified, production-ready bundle of a React app with a single npm run build command
| gaearon/create-react-app | artofpilgrim/dials | avacocloud/avaco-railway | |
|---|---|---|---|
| Stars | 36 | 35 | 37 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2019-06-17 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 1/5 | 3/5 |
| Audience | vibe coder | designer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Create React App sets up a fully working React project with one command, wiring up Webpack, Babel, and ESLint for you so you can start writing React code immediately without configuring build tools.
Mainly JavaScript. The stack also includes JavaScript, React, Webpack.
Dormant — no commits in 2+ years (last push 2019-06-17).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.