Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.84 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.84 KB

arn-example

ARN logo

Sample application using ARN.

While integrating ARN into a web app can be summarized as:

  1. installing the ARN client packages:
    1. @arianee/arn-client
    2. @arianee/arn-types
    3. @arianee/arn-components if you want to use ARN web components as well.
  2. Ask for a project setup on an ARN Server (or create one on the test server).
  3. 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: