I started to use react-router v4. I have a simple in my app.js with some navigation links (see code below). If I navigate to localhost/voca
localhost/voca
If you use Webpack check your configuration in part of server configuration for the "contentBase" attribute. You can set by this example:
devServer: { ... contentBase: path.join(__dirname, '../') ... }