I am trying to start webpack-dev-server, but when I go to http://localhost:8080/ , the browser returns
No data received ERR_EMPTY_RESPONSE
Decision
I managed to solve this problem by explicitly indicating webpack to use port 3000
webpack-dev-server
run http://localhost:3000/
webpack webpack-dev-server
KhaledMohamedP
source share