I built a web app powered by jQuery and Basic Primitives APIs. The app reads a CSV file and then displays several charts based on this information. I want to know if it is possible to upload it to SharePoint so users can access it and run it from there.
-
Are these API client side or server side?Amal Hashim– Amal Hashim2014-11-05 20:18:13 +00:00Commented Nov 5, 2014 at 20:18
-
These files will reside on the SharePoint server, and will run in the client browser once the application is accessed.xited– xited2014-11-05 20:20:07 +00:00Commented Nov 5, 2014 at 20:20
1 Answer
All css and js files can be placed in Site Assets document library. You can create pages and using SharePoint designer you can reference the CSS and JS files and also add HTML code into the page.
If you are looking for deployable solution, then you should create a Visual Studio solution. Choose SharePoint project template and place files in proper order.
If your application uses server side code (3rd party libraries) then you need to install those as a pre-requisite.