Skip to content

Front End

Emad Aghayi edited this page Apr 21, 2018 · 18 revisions

Front-end Implementation

All files of the front end part are placed in thepublic package. The project uses Grunt to concatenate files. It is placed in public/client/Gruntfile.js

Some important files and the logic they are implemented

  • Client.jsp is the entry point for the project
  • Welcome.html, login.html is the first pages.
  • All third parties are downloaded and placed in the include folder
  • api.js file tell you which functions are connected to the backend
  • describeBehavior.js is the entry point for running tests Under cunstruction
Clone this wiki locally