This is the graphical user interface part of the cupl system. It is static web application written in ReactJS. It displays samples collected from cuplTags on a graph and in a table. There is a feature that allows tags to be starred and displayed on the home page. It wraps around all of the functionality in cuplbackend.
// Navigate to the app directory
cd reactapp
// Set the backend environment variable
export REACT_APP_WSB_ORIGIN=<your_backend_url_origin>
// Install all dependencies from packages.json:
npm install
// Start the ReactJS app
npm start
Content type
Image
Digest
Size
120.6 MB
Last updated
over 5 years ago
docker pull cupl/frontend