This is a proof of concept project that provides a React component that permits the display of an ArchiMate model's diagrams and provides a query function that produces ad hoc diagrams from the data included in the model.
In the project directory, you can run:
Runs the app in development mode using Vite, the browser will automatically open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs eslint on the project.
Runs Prettier to format the source code for any changed files.
Runs Knip to search for unused code and libraries. Use this with caution, since some items are reported that are not unused.
Launches the Jest test runner in the interactive watch mode.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
To learn Typescript, check out the Typescript documentation. To learn React, check out the React documentation.