Skip to content

adityagajbhiye9/managed-simple-data-exchanger-frontend

 
 

Repository files navigation

Managed Simple Data Exchanger

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

Tag 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.

Run locally

Here are the two ways to run the application locally on http://localhost:3000/

Local build & run

npm install
npm run build
npm start

Running the image

export IMAGE=tractusx/managed-simple-data-exchanger-frontend:latest
docker pull $IMAGE
docker run --rm -d -p 3001:8080 --name sdefrontend $IMAGE

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Notice for Docker image

Bellow you can find the information regarding Docker Notice for this application.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.2%
  • SCSS 2.4%
  • Shell 1.1%
  • Other 1.3%