preboot/angularjs-webpack

change the port 8080

finnome opened this issue · 1 comments

how to change the port 8080 to 6000

phra commented

you can look at the webpack-dev-server configuration and update the package.json start script accordingly. (you just have to add the flag --port 6000.

cheers.