A special react application for the STCANETVIS project. It is used to visualize model performance and data analysis
- Minimum of Nodejs 18
- Git
- Clone this repository
- Navigate into the project folder in your cmd
cd STCANetVis-react - Change to theresia branch
git checkout theresia - Install all dependencies by running
npm install - Start application
npm start - You can also build the application using
npm build - The application can be accessed from the browser using localhost:3000 or what react will give from the cmd.