This project was bootstrapped with Create React App.
This is a generic admin tool/portal/dashboard framework built with React.
Main components (aside from React and ReactDOM):
- flexlayout-react - provides a generic panel/tab management framework in the browser
- rc-tree - a tree component used for menus and any general tree requirements
- react-jsonschema-forms - for form definition and rendering
- json-server - for mocking up test data
- shortid - for generating unique id values for the UI
- bootstrap@3 - just for styling
- react-table - for displaying tabular data
- superagent - for HTTP calls