I need to add a React app in the middle of my website. and This app' files (which source code is available to me) is as follows:
the app:
|__node_modules:
| |____...
|
|__public:
| |____index.html
| |____put some files here // This is the reason for my question
|
|__src:
|___index.js
|___app.jsx
|___the rest of files!
why does it need me to put some files in the index.html directory? How do I change that?
/public?