This is the minimal seed app for SASjs.
It contains:
- An HTML file
index.html
that loads theSASjs
library fromjsdelivr
via a script tag. - Associated styles in
style.css
. - JavaScript code that instantiates and invokes methods from
SASjs
.
To use this app, you will need to:
- Provide the SASjs configuration in
scripts.js
. - Open the
index.html
file in your browser(preferably Chrome). - Log in with your username and password.
- Click button to load initial data.
You can then select values from the dropdown and submit requests to your SAS server. The results will be visualised in a table on screen.
Tip - you can also use node to spin up a local web server with CORS disabled. To install, submit npm install http-server -g
. To execute, navigate to the location where the app is to be loaded and submit: npx http-server --cors