Skip to content

cuplsensor/cuplfrontend

Repository files navigation

cuplfrontend

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.

cuplfrontend homepage screenshot

Installation

// 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

Documentation

Licence

Code

License

Documentation

License: CC BY-SA 4.0