Skip to main content

Installation

Create an app

Before running the scaffold command, you must add a registry and an auth token to your ~/.npmrc.

registry=https://centraluhg.jfrog.io/artifactory/api/npm/glb-npm-vir/
//centraluhg.jfrog.io/artifactory/api/npm/glb-npm-vir/:_authToken=YOUR_AUTH_TOKEN

Now run the repository's entry script via npx (GitHub shorthand):

npx github:uhc-tech/abyss-app my-new-app

Note: The scaffold defaults to the glb-npm-vir registry (https://centraluhg.jfrog.io/artifactory/api/npm/glb-npm-vir/). If your ~/.npmrc is set to a different registry, either pass your registry via --registry or update ~/.npmrc to include the default URL above.

npx github:uhc-tech/abyss-app my-new-app --registry=<your-registry>

Run Abyss

Navigate into the my-new-app project directory and run the web product using the following commands:

cd my-new-app
npm run web

Once you see the screen shown below, you are now up and running with Abyss!


Great job, your Abyss app is running!

Looking to learn more? Checkout our other Abyss tutorials. These are exclusive to projects created using the create-abyss-app tool.

Table of Contents