npm start
JarDv opened this issue · 4 comments
JarDv commented
rickjjones commented
I get the same.
phra commented
@JarDv @rickjjones I don't have time now to debug an AngularJS boilerplate.. you should really consider moving on Angular 6+ with the official CLI.
erichbehrens commented
@JarDv @rickjjones I had it working by changing line 48 of webpack.config.js from this:
publicPath: isProd ? '/' : 'http://0.0.0.0:8080/',
to
publicPath: '/'
phra commented
@erichbehrens can you eventually send a PR? thanks.
