You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Client API Library has the following folder structure:
root/
/bootstrap
/4.1.3
/src
/css
/js
/test
/bootstrap
This folder contains the Bootstrap version used to compile the SCSS file app.bootstrap.guideline.scss into the homonymous CSS stylesheet app.bootstrap.guideline.css that can be imported into any derived application.
More details about the Client API Library /bootstrap at Bootstrap.
/src
This folder contains the JS and CSS source-code of the library.
More details about the Client API Library /src at:
This is a basic template of a web-application based on the Client API Library that can be used to either test the present library or as a canvas to start a new project.
More details about the Client API Library /test at Test.