This repository contains the frontend code for the Managed Simple Data Exchanger written in React and Typescript.
The Managed Simple Data Exchanger application consists of
The helm chart for installing the Managed Simple Data Exchanger is available in managed-simple-data-exchanger.
The Managed Simple Data Exchanger is designed to work with the IAM.
Note: if you'd like to know more about what Managed Simple Data Exchanger contains and what the application does, then please checkout the user-guide.
Here are the two ways to run the application locally on http://localhost:3000/
npm install
npm run build
npm start
export IMAGE=tractusx/managed-simple-data-exchanger-frontend:latest
docker pull $IMAGE
docker run --rm -d -p 3001:8080 --name sdefrontend $IMAGE
Distributed under the Apache 2.0 License. See LICENSE for more information.
Bellow you can find the information regarding Docker Notice for this application.