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
I also had success with this by adding ... historyApiFallback: true
historyApiFallback: true
devServer: { contentBase: path.join(__dirname, "public"), watchContentBase: true, publicPath: "/dist/", historyApiFallback: true }