1

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.

2
  • Are these API client side or server side? Commented 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. Commented Nov 5, 2014 at 20:20

1 Answer 1

0

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.