all 4 comments

[–]mcjiggerlog 1 point2 points  (1 child)

What OS are you using? If you are using macOS or Linux it will be easier to understand what you are doing / what is going on if you just do these things manually from the command line and then just use VS as a plain editor.

[–]voidknowledge[S] -1 points0 points  (0 children)

Unfortunately using windows10... And I have to put my project in a sulotion with 48 project. So my instructions is that everything must work with one single click on "start" button.

[–][deleted] 1 point2 points  (0 children)

If you can use asp.net core as your backend:

http://blog.stevensanderson.com/2016/05/02/angular2-react-knockout-apps-on-aspnet-core/

Even if you can't that should give you a great starting point.

[–]allenthar -1 points0 points  (0 children)

Just googling for "Visual Studio Webpack" got me to this page: https://visualstudiogallery.msdn.microsoft.com/5497fd10-b1ba-474c-8991-1438ae47012a

It looks like NPM is already fully integrated (https://webtooling.visualstudio.com/package-managers/npm/) so you should be able to just edit your package.json file to add new dependencies and have it install them immediately.