Skip to content

clarityhub/chapi-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarity Hub Webapp

Prerequisites

Make sure you have Clarity Hub API Gateway installed and running.

Running

sh ./start

You can now access the following:

Folder Structure

  • modules/* – each folder under modules is a group of pages, routes, components, and contexts that work together to provide a set of functionality.
  • modules/*/pages/* – pages are considered top level React components. They may include containers, state, and layout to create an entire page of functionality. They often do coordination as well of state, side-effects, etc.
  • modules/*/containers/* – containers will often render children() with data passed through. Containers often load data or coordinate side-effects (like localStorage).
  • modules/*/components/* – components are reusable React components. Components should not be causing side-effects or loading data.

About

Clarity Hub NLP API webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors