Hi,
I created an ReactJS APP. I want to deploy this app in hosted server. So i made the changes as
1) In package.json add "home": 'https://ww.domain.com/ReactApp"
2) Installed react-snapshot plugin. Added "&& react-snapshot" in build line in package.json. Replace React-Dom to react-snapshot in index.js.
3) Build the project and copy the files and folders inside build and paste inside server inetpub/wwwroot/reactApp folder.
4) Run the application favicon displayed in tab. Blank white screen. No error in console.
Anybody please suggest what mistake am i doing and please suggest quick solution.
Thanks