Sample application using ARN.
While integrating ARN into a web app can be summarized as:
- installing the ARN client packages:
@arianee/arn-client
@arianee/arn-types
@arianee/arn-components
if you want to use ARN web components as well.
- Ask for a project setup on an ARN Server (or create one on the test server).
- adding the following lines of code at app startup:
const myProjectUrl = 'https://my-arn-server/myProject' const clientFactory = new ArnHttpClientFactory() const arnClient = await clientFactory.createFromUrl(myProjectUrl);
it can be still worth having bootstrap/example projects to demystify it.
Check the branch that suits your needs:
- Angular
- React
- Svelte
- vanilla
- JavaScript
- TypeScript
- VueJS