README
Clarabridge UI Skeleton
Clarabridge UI Skeleton starter kit.
Requirements
- Node 10.13 or later release
Installation
Clarabridge UI Skeleton is an npm package that can be run without installing it on your machine.
To start a new Clarabridge Angular project with this skeleton,
$ npx @angular/cli@13 new myproject
cd myproject
npx -p @clarabridge/ui-skeleton common-ui
npm start
That's it!
Development
The starter-app itself is located in the starter-app
directory.
To move the correct files (as a concatenated js file) to the bin
directory as an executable, we can run npm run build
before publishing a new version of the package.