cannot get / react router dom

C
# If you're using Webpack then make sure you have this in your
# webpack config file:

output.publicPath = '/'
devServer.historyApiFallback = true
  
# This should solve it.
Source

Also in C: