I am trying to setup react routing which works when I click on something on my site the route works, however if I open a new tab and copy that url. I get
Ref
Just edit webpack config by editing this:
devServer: { historyApiFallback: true }
And also add this to public/index.html:
This should do the trick..