Skip to content

Another attempt a finding a sane repo structure for breaking out UI elements into React components

Notifications You must be signed in to change notification settings

pelagios/recogito2-ui-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recogito2 Document UI Components

An attempt to restructure the way Recogito UI code is organized. This repository contains a bunch of individual React projects, each implementing one embeddable widget that is used somewhere inside Recogito's document views.

Widgets

- stats
  |- activity ... activity stats dashboard
  |- entity ..... entity stats dashboard
  |- tags ....... tag stats dashboard
  |- common ..... common JS used across stats dashboards

Usage

Widgets are individual React/Webpack projects. To work on the code, change into the project folder (e.g. stats/activity).

  • npm install to install dependencies
  • npm start to launch dev mode (server runs on port 3000)
  • npm run build to build the minified bundle (see dist folder)

About

Another attempt a finding a sane repo structure for breaking out UI elements into React components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published