Skip to content

Structure

Robert Polak edited this page Aug 9, 2019 · 12 revisions

Home / Structure

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:


/test

  • /config
  • /entity
  • /js
  • /template
    • /css
    • /js

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.

Clone this wiki locally