Skip to content

A minimal example of building an app using SASjs

Notifications You must be signed in to change notification settings

rehan-akmal/minimal-seed-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Vanilla JavaScript Seed App for SASjs

This is the minimal seed app for SASjs.

It contains:

  1. An HTML file index.html that loads the SASjs library from jsdelivr via a script tag.
  2. Associated styles in style.css.
  3. JavaScript code that instantiates and invokes methods from SASjs.

To use this app, you will need to:

  1. Provide the SASjs configuration in scripts.js.
  2. Open the index.html file in your browser(preferably Chrome).
  3. Log in with your username and password.
  4. 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

About

A minimal example of building an app using SASjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.7%
  • CSS 23.2%
  • HTML 12.1%