-
Notifications
You must be signed in to change notification settings - Fork 4
Structure
Robert Polak edited this page Aug 9, 2019
·
12 revisions
The Client API Library has the following folder structure:
-
/bootstrap
/4.1.3
-
/src
/css
/js
/test
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.
This folder contains the JS and CSS source-code of the library.
More details about the Client API Library /src
at:
/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.