javascript - Configure angular-fullstack app for local network access -
i made first angular app yeoman angular-fullstack generator. , want other people can access app using local network ip.
- access via localhost works great me
- access via local ip error "uncaught syntaxerror: unexpected token <" in
vendor.bundle.js
,app.bundle.js
,polyfills.bundle.js
when click on error in browser console index.html
in client directory of app instead compiled js
server listen on 3000 port. can provide additional information if needed. suggestion how fix it?
Comments
Post a Comment