/node_modules
/node_modules is defined as: dir with all Dependency & their sub-Dependency & their sub-sub-Dependency & .... Topics on: . Read more: React, React Stack, CRA, A
/node_modules is defined as: dir with all Dependency & their sub-Dependency & their sub-sub-Dependency & .... Topics on: . Read more: React, React Stack, CRA, A
/public is defined as: dir to serve Static Content. Topics on: /public/index.html. Read more: React, React Stack, CRA, App Skeleton, Public, Static Content|Wiki
/public/index.html is defined as: root HTML Web Page to serve App Component, entry point for Browser. Topics on: <div id='root'></div>. Read more: React, React
/src is defined as: dir to add Source Code & other files to later Bundler into single Package. Topics on: /src/main.tsx, /src/index.js, /src/components/App.js.
/src/components/App.js is defined as: root JS file to define App FC to import other Components. Topics on: !deprecated import React no longer required for JSX.
<div id='root'></div> is defined as: root container to render React App into. Topics on: why not just render directly to <body>?. Read more: React, React Stack,
app skeleton. Topics on: /node_modules, /public, /src, package.json, package-lock.json. Read more: React, React Stack, CRA, App Skeleton|FullStack Wiki by Roger
Boilerplate is defined as: verbose repetitive Source Code snippets, to be obselete by AI..!. Topics on: . Read more: React, React Stack, CRA, Boilerplate, Sourc
CRA is defined as: CRAp Scaffolding Dev tool to gen new React project with app skeleton & Boilerplate. Topics on: app skeleton, Boilerplate, Local Dev Server, C
CRA NPM Commands. Topics on: npm start, npm run build, npm test, npm run eject. Read more: React, React Stack, CRA, CRA NPM Commands|FullStack Wiki by Roger J
CRA Templates. Topics on: to import template for CRA, minimal template, typescript, minimal-typescript, minimal redux-typescript, react boilerplate. Read more:
Local Dev Server. Topics on: Needed because of CORS preventing local HTML file access to other domains, http://localhost:3000, npx serve, npx http-server. Read
npm run build is defined as: to bundle App into final static output for production. Topics on: output files into /build folder. Read more: React, React Stack, C
npm start is defined as: start Local Dev Server & Hot Module Replacement to serve updated changes. Topics on: command runs continuously, stays active in Termina
react boilerplate. Topics on: Redux + Saga, Styled-Components, ESLint, husky. Read more: React, React Stack, CRA, CRA Templates|FullStack Wiki by Roger J