Skip to content

Arianee/arn-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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:

About

Sample application using ARN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published