GitShow/react/create-react-app
react

create-react-app

Set up a modern web app by running one command.

by react
build-toolsreactzero-configuration
Star on GitHubForkWebsitenpm

JavaScript

103.3k stars27.0k forks946 contributorsQuiet · 1y agoSince 2016v5.0.1MIT

Meet the team

See all 946 on GitHub →
gaearon
gaearon655 contributions
Timer
Timer293 contributions
iansu
iansu153 contributions
ianschmitz
ianschmitz85 contributions
selbekk
selbekk77 contributions
fson
fson50 contributions
mrmckeb
mrmckeb28 contributions
vjeux
vjeux28 contributions

Languages

View on GitHub →
JavaScript98.3%
Shell1.2%
CSS0.1%
HTML0.1%
AppleScript0.1%
TypeScript0.1%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
87
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Quiet · Last activity 1y ago
See all on GitHub →
Duraiiii
Trouble in create-react-app in my local environmentOpenIssue

MacBook-Pro ~ % npx create-react-app my-app Creating a new React app in /Users/Durai/my-app. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... npm ERR! code EEXIST npm ERR! syscall mkdir npm ERR! path /Users/Durai/.npm/_cacache/content-v2/sha512/6d/ff npm ERR! errno EEXIST npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/scheduler: EACCES: permission denied, mkdir '/Users/Durai/.npm/_cacache/content-v2/sha512/6d/ff' npm ERR! File exists: /Users/Durai/.npm/_cacache/content-v2/sha512/6d/ff npm ERR! Remove the existing file and try again, or run npm npm ERR! with --force to overwrite files recklessly. npm ERR! A complete log of this run can be found in: /Users/Durai/.npm/_logs/2024-01-13T12_30_16_019Z-debug-0.log Aborting installation. npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.

Duraiiii · 1w ago
efpiresmiltross-crypto
AvigestTangataOpenIssue

{ "name": "AviGest Pro — Gil Tangata", "short_name": "AviGest", "description": "Gestão e protótipos de avicultura", "start_url": "/", "display": "standalone", "background_color": "#F5EFE4", "theme_color": "#2C1A0E", "orientation": "portrait", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" } ] } 2. No index.html — adicionar dentro de : 3. public/sw.js (service worker básico para funcionar offline): self.addEventListener('install', e => e.waitUntil( caches.open('avigest-v1').then(c => c.addAll(['/'])) )); self.addEventListener('fetch', e => e.respondWith( caches.match(e.request).then(r => r fetch(e.request)) )); 4. Registar o SW — no src/main.tsx ou entrypoint: if ('serviceWorker' in navigator) { navigator.serviceWorker.register('/sw.js'); }

efpiresmiltross-crypto · 1w ago
sufianbd
Claude/erp phase 1 foundations 9mi e5OpenPR

sufianbd · 1w ago

Recent fixes

View closed PRs →
monkeywithacupcake
Activating Open CollectiveMergedPR

Hi, I'm making updates for Open Collective. Either you or another core contributor signed this repository up for Open Collective. This pull request adds financial contributors from your Open Collective https://opencollective.com/create-react-app ❤️ What it does: adds a badge to show the latest number of financial contributors adds a banner displaying contributors to the project on GitHub adds a banner displaying all individuals contributing financially on Open Collective adds a section displaying all organizations contributing financially on Open Collective, with their logo and a link to their website We have also added a script to let people know after that you are welcoming donations. Feel free to remove it if you don't want it. [More info] P.S: As with any pull request, feel free to comment or suggest changes. Thank you for your great contribution to the Open Source community. You are awesome! 🙌 And welcome to the Open Collective community! 😊 Come chat with us in the #opensource channel on https://slack.opencollective.com - great place to ask questions and share best practices with other Open Source sustainers!

monkeywithacupcake · 1w ago
dcsan
Error when using new 'react-jsx' TypeScript transformClosedIssue

Describe the bug start a vanilla project using the typescript template open any file. you'll see an error like this this: !image try to edit the !image but CRA overwrites the file every time it starts. Many bug reports on this ducking behavior https://github.com/facebook/create-react-app/issues/8614 https://stackoverflow.com/questions/53794875/how-to-configure-react-script-so-that-it-doesnt-override-tsconfig-json-on-star etc. Did you try recovering your dependencies? yes Which terms did you search for in User Guide? wtf does cra overwrite my tsconfig.json Cannot use JSX unless the '--jsx' flag is provided.", Environment Steps to reproduce 1 2 open vscode editor. Expected behavior can use typescript with CRA Actual behavior FFS !image Reproducible demo try with your own template

dcsan · 1w ago
hoangle4
Add watchOptions to ConfigMergedPR

I was looking around and there isn't a way to add watchOptions to webpack configs. Without watchOptions, react-scripts can't see changes update from a remote PC or when dev is running inside a vm. Purpose ENVs.

hoangle4 · 2w ago
Structured data for AI agents

Repository: react/create-react-app. Description: Set up a modern web app by running one command. Stars: 103313, Forks: 26978. Primary language: JavaScript. Languages: JavaScript (98.3%), Shell (1.2%), CSS (0.1%), HTML (0.1%), AppleScript (0.1%). License: MIT. Homepage: https://create-react-app.dev/ Topics: build-tools, react, zero-configuration. Latest release: v5.0.1 (4y ago). Open PRs: 100, open issues: 2309. Last activity: 1y ago. Community health: 87%. Top contributors: gaearon, Timer, iansu, ianschmitz, selbekk, fson, mrmckeb, vjeux, viankakrisna, matrush and others.

·@ofershap

Replace github.com with gitshow.dev