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.
- stats
|- activity ... activity stats dashboard
|- entity ..... entity stats dashboard
|- tags ....... tag stats dashboard
|- common ..... common JS used across stats dashboards
Widgets are individual React/Webpack projects. To work on the
code, change into the project folder (e.g. stats/activity).
npm installto install dependenciesnpm startto launch dev mode (server runs on port 3000)npm run buildto build the minified bundle (seedistfolder)