I already have a local dev server running. Because of some technical reasons it would be much more convenient not to have to run the proxy- proxy.conf.json (cookies from one app to the other, data getting passed).
I have looked around on the angular website, and the quick start guide promotes the CLI. Is there a way I can run the CLI without the need to run the server on localhost:4200(on dev mode)? I have also tried the biggest Angular seed project I could find.
https://github.com/angular/angular-seed
The seed project also depends on running it's own server. Basically, how do I just watch the files and be able to debug real time? I don't care about having to reload the page. I cannot even find a reference to setting up an Angular project from scratch. Any help would be appreciated.
own dev server?