i am wonderjngbis there is a way to strat the HOST, PIBLIC SITE and the corr project all by pressing the play button in VS 2017?
i dont want to each and every time open cmd prompt and run the "Start npm" command?
4 Answer(s)
-
0
Hi @vnetonline
Yes, right click the solution on Visual Studio and click "Properties". Then, you can select "Multiple Startup Projects" and the projects you want to run.
-
0
I use 2 batch files to start Angular and Host. https://drive.google.com/open?id=1ZXm0AYh8OPx_smcXugyY3hgTS464DuUU
PS: Edit the batch files for your project directory.
-
0
How do you execute these batch files when you hit the play button and how do you go about debugging the project ?
-
0
you have to run it manually. while you develop your front-end, start host from batch and develop your front-end. while you develop your back-end, start angular from batch and develop your back-end.