Skip to content

VEuPathDB/EbrcWebsiteCommon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.