-
Notifications
You must be signed in to change notification settings - Fork 0
Server API Library Structure
Robert Polak edited this page Jul 30, 2019
·
9 revisions
The Client API Library has the following folder structure:
/bootstrap-
/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.
This folder contains the JS and CSS source-code of the library.
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.