start-angular / SB-Admin-BS4-Angular-8

Simple Dashboard Admin App built using Angular 8 and Bootstrap 4
Other
1.95k stars 1.17k forks source link

integrate it with visual studio with IIS server #62

Open prince-coder opened 7 years ago

prince-coder commented 7 years ago

How can I integrate it with visual studio running with IIS server rather than by using its own LIVE RELOAD server?

It would be very appreciated if I get any guidelines for that.

Thanks in Advance. @nitinkumarmishra

isaacrlevin commented 7 years ago

This is something that is documented in a lot of places. Basically if you have a WebPack Task to load your application and bundle into wwwroot, you can treat it like a .Net App. I would research .Net Core Angular 4 templates to get a start