Frontend pages (js, css, images, html) common to all VEuPathDB sites.
Our frontend code stored in this repo has evolved in the last few years from a Struts based framework (jsx pages) to a modern REST-based architecture with a javascript/typescript React client as frontend. We plan to rename eventually this project as EbrcClientCommon.
Frontend pages specialization for specific websites at: ApiCommonWebsite, OrthoMCLClient.
EbrcWebsiteCommon
contains an extension of the WDKClient for our VEuPathDB sites.
As with the WDKClient
, EbrcWebsiteCommon
React-based client code is mostly written in TypeScript and SCSS
(Sass).
Presently, EbrcWebsiteCommon
should be installed following the Strategies WDK
Documentation.
Dependencies are managed with yarn.
Tests are written for the jest testing framework.