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.

  1. access via localhost works great me
  2. 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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -