preboot / angularjs-webpack

A complete, yet simple, starter for AngularJS using webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change the port 8080

finnome opened this issue · comments

commented

how to change the port 8080 to 6000

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.