create-react-app
https://github.com/facebookincubator/create-react-app
JavaScript
Create React apps with no build configuration.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported266 Subscribers
View all SubscribersAdd a CodeTriage badge to create-react-app
Help out
- Issues
- >> Error: spawn UNKNOWN >> at ChildProcess.spawn (node:internal/child_process:413:11) >> at Object.spawn (node:child_process:700:9) >> at spawn (C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\cross-spawn\index.js:12:24) >> at C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:383:19 >> at new Promise (<anonymous>) >> at install (C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:334:10) >> at C:\Users\admin\AppData\Local\npm-cache\_npx\c67e74de0542c87c\node_modules\create-react-app\createReactApp.js:461:16 >> at processTicksAndRejections (node:internal/process/task_queues:96:5) { >> errno: -4094, >> code: 'UNKNOWN', >> syscall: 'spawn' >> }
- fix: babel-preset-react-app missing env in ESLint
- `eslint-config-react-app` should provide `@babel/plugin-syntax-flow` and `@babel/plugin-transform-react-jsx`
- Update deployment.md
- How to create an app with react 17.x version instead of the latest react 18?
- Can't Scaffold TypeScript Project Anymore...
- Upgrade jest to v28 so that sharding is available.
- The `BROWSER` environment variable isn't respected by `react-scripts` if it contains trailing spaces
- [Doc]:Add Cloudflare Pages to deployment option
- react-scripts start bug: Class extends value undefined is not a constructor or null
- Docs
- JavaScript not yet supported