As of now, when we run npm start, we don't get any console message saying that the server is started already and that's why one keeps waiting on that step.
Adding an alert message Server Started at Port: XYZ at the end of all bundling processes will look good.
As of now, when we run
npm start
, we don't get any console message saying that the server is started already and that's why one keeps waiting on that step. Adding an alert messageServer Started at Port: XYZ
at the end of all bundling processes will look good.I'm working on this.