A react web page (not static) hosted through github hosting and the webpage is hosted correctly, the html page with background color is visible in the link. But the other files inside src folder is not hosted at all.Is it because the files are not injected to the root properly ?[
I have changed "private": to true from false, still not helping. After going through create-react-app-dev , changed the deploy script , still not working.
when hosting the website with localhost, its completely working.
but on github hosting , only background plain color is visible , none of the other modules are visible, not even in console.
Someone, please help , kinda struck on this for ever....Thanks.