Thanks! I actually just realized that I have a script within package.json that can take care of running the webpack-dev-server. This dep is also included in the devDependencies, so we don't need to install it separately.
Would you want to update the pull request by taking out the global install of webpack-dev-server, and then with the instruction to run the app with npm run dev ? Then we can of course keep the instruction for starting the server.
Thanks! I actually just realized that I have a
script
withinpackage.json
that can take care of running thewebpack-dev-server
. This dep is also included in thedevDependencies
, so we don't need to install it separately.Would you want to update the pull request by taking out the global install of
webpack-dev-server
, and then with the instruction to run the app withnpm run dev
? Then we can of course keep the instruction for starting the server.Let me know if that works. Thanks :)