preboot / angularjs-webpack

A complete, yet simple, starter for AngularJS using webpack
MIT License
1.71k stars 658 forks source link

change the port 8080 #59

Closed finnome closed 8 years ago

finnome commented 8 years ago

how to change the port 8080 to 6000

phra commented 8 years ago

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.