How to make Dart with angular2 work in different browsers on a local server and not only in chrome and under the launch of ide or via the console. And purely through the local server

That if run through ide enter image description here

And this if run through local server enter image description here

  • browsers will be running where? Do you want to know how to set up a server for your application, so that it can be seen from any computer? - Mikhail Vaysman
  • not. apparently poorly explained. lokalka configured but start up let's say the node current through npm run and darth through ide. I need it like a regular site launch - Vitalii
  • I did not become clearer. do you have a nodejs server? is it up and running? and you want to place your application on it? add information to the question, not to the comments. - Mikhail Vaysman
  • I have a local server on my Mac. but I cannot start the site as on pkhp. To start it, I prescribe npm run in the console, in order to run a dart with an angular, I launch it via ide. - Vitalii
  • Update your question according to the guidelines for keeping discussions on Stack Overflow , instead of posting comments. - Mikhail Vaysman

0