Skip to content

Server API Library Structure

Robert Polak edited this page Jul 30, 2019 · 9 revisions

Home / Structure /

The Client API Library has the following folder structure:

root/

  • /bootstrap
  • /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.

/src

This folder contains the JS and CSS source-code of the library.

/test

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.

Clone this wiki locally