Instructions:
Connect applications to Fabric API for GraphQL
git clone
npm install
npm run dev
- Add
clientId
,tenantId
(from Entra) andgraphqlEndpoint
(from Fabric API for GraphQL) tosrc/authConfig.js
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm test
- Run tests with Vitest