ngParty / Angular1-scaffold

An Angular 1 Scaffold featuring Angular (Tests, Dev/Prod), Karma, Jasmine, Istanbul, TypeScript, NgMetadata, TsLint, Codelyzer, Typings, and Webpack by @ngParty Team
http://www.ngparty.cz/Angular1-scaffold/
ISC License
67 stars 23 forks source link

default port is 8080 not 9000 #272

Open vance opened 7 years ago

vance commented 7 years ago

and I don't see where to change it... 8080 shows up nowhere in global search. adding config node to package.json does nothing.

elmariofredo commented 7 years ago

Hi,

you can either set port property here https://github.com/ngParty/Angular1-scaffold/blob/master/webpack.config.js#L305 or add --port 9000 here https://github.com/ngParty/Angular1-scaffold/blob/master/package.json#L18 please try it and let me know