my-react-app/
├─ package.json — Create React App (root scripts + deps)
│ ├─ Runtime: Node
│ ├─ Toolchain: react-scripts (Create React App)
│ ├─ Framework: React v19
│ └─ Testing / utils: @testing-library/*, web-vitals
├─ package-lock.json
├─ .gitignore
├─ README.md
├─ node_modules
├─ public (static assets)
│ ├─ index.html (CRA HTML template)
│ ├─ favicon.ico
│ ├─ manifest.json
│ ├─ logo192.png / logo512.png
│ └─ robots.txt
└─ src (app source)