Removed lib folder and added package.json to obtain Expressive-Annotations-Validate.js, JQuery and JQuery Validate JS via npm.
Added BuildBundlerMinifier and LibraryManager to handle moving the JS from node_modules to wwwroot and producing minified files for production.
Modified Layout views to reference JS and CSS from wwwroot, using minified versions for production.
Removed Bootstrap fonts, CSS and JS, and references to Bootstrap within views.
Updated gitignore to ignore generated files in wwwroot.
Deleted unused html page tests.
Removed lib folder and added package.json to obtain Expressive-Annotations-Validate.js, JQuery and JQuery Validate JS via npm. Added BuildBundlerMinifier and LibraryManager to handle moving the JS from node_modules to wwwroot and producing minified files for production. Modified Layout views to reference JS and CSS from wwwroot, using minified versions for production. Removed Bootstrap fonts, CSS and JS, and references to Bootstrap within views. Updated gitignore to ignore generated files in wwwroot. Deleted unused html page tests.