Full Github project: https://github.com/pbrianmackey/uiexperiment
I launched
webpack-dev-server --content-base deployment/
Then go to http://localhost:8080/ , Error
Impossible GET /
I think the problem is in the wrong webpack configuration. I checked the webpack.config.js file and see no problem. How can I fix this to get my welcome example?
This may be a routing problem. I think I can use this site without a responsive router, but I could be wrong. There are no errors in releasing web packages on the console.
index.js
import "babel-polyfill";
reactjs webpack-dev-server
P.Brian.Mackey
source share