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
- cuplTag Configuration with UART (2 of 2).