Please enable JavaScript.
Coggle requires JavaScript to display documents.
react - Coggle Diagram
react
folders
node_moduel
all dependeces package in my-app here
puplic
ico
manifist.josn
index.html
robots.txt
src
index.js
my-app.js
components
folders
About
Contact
Home
files
package-lock.josn
readme
package.josn
create
comand
npx create-react-app my-app
documentation
https://create-react-app.dev/docs/getting-started/
based on components archtecher
ex
component (Home)
componet (About)
component (Contact)
run-project
comand
npm start
single-page-aplication (spa)