I am trying to create a web app using ASP.NET core, d3.js and jquery. I hired someone on upwork to create the app. He was able to get it working on my local machine by adding libraries d3, jquery, and others under wwwroot/lib
. However, on the remote github repository, these libraries are not included. I have seen others on stackoverflow also not include the libraries when pushing to remote and was wondering why this is the case.
I would like to publish my app using Azure, but when I do this I get an error and I believe it's because the libraries are missing. I know that I can just add the libraries to the remote repository, but I don't think this is the correct method. how are the libraries added with MS Azure?