This example app is a simple React
/ TypeScript
frontend. The only code is a simple component that renders EQTY's: eqty-agent-policy-plane
.
See this app's code: App.tsx
You need to clone (in a separate folder) + link the eqty-agent-policy-plane
package repo.
GitHub: eqty-agent-policy-plane
git clone https://github.com/eqty-io/eqty-agent-policy-plane.git
cd eqty-agent-policy-plane
npm install
npm run build
npm link
Now you will be able to use the component in other local apps.
(cd into this app's folder)
npm link eqty-agent-policy-plane
npm install
npm run dev