Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.24 KB

EbrcWebsiteCommon

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.

Description

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).

Installation and Usage

Presently, EbrcWebsiteCommon should be installed following the Strategies WDK Documentation.

Dependencies are managed with yarn.

Tests are written for the jest testing framework.