Blank Page is Showing After building react app

915 views Asked by At

After reading several stack solutions like add "homepage":"." in package.json() file, I still cannot get through this.

After npm run build a build folder is generated inside my project folder. when I'm opening the build folder and trying to run the index.html file it shows the blank page. Although npm run build works absolutely fine.

To ignore, add // eslint-disable-next-line to the line before.

File sizes after gzip:

  282.86 KB  build/static/js/main.108757a0.js
  3.1 KB     build/static/css/main.8e671453.css```


**Please help me out, I'm a beginner in react and these things make me worry too much **
 
0

There are 0 answers