You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure node is installed and npm is available as a command
Clone the repo
run "npm install"
run "./node_modules/webpack/bin/webpack.js"
How can I Run/Debug this in WebStorm by loading /index.html, but the URL is /home, rather than /index.html?
If you just try to Run/Debug by default you get "Warning: [react-router] Location "/debugging-webpack-react-router/index.html" did not match any routes"
About
Basic react / react-router app to demonstrate issue when trying to run/debug apps with routing from WebStorm