/src
↔ dir to add Source Code & other files to later Bundle into single Package
/src/main.tsx
/src/index.js
root .js file as starting point app, imports & renders App Component to /public/index.html
/src/components/App.js
root JS file to define App FC to import other Components