iris-angular
Angular app that connects to the Identifi API.
Available at:
Development
Requirements
Node >= 10, yarn (or npm)
Get started
git clone https://github.com/irislib/iris-angular.git
cd iris-angular
Install dependencies & build
yarn
Build goes into dist directory and browser extension into dist.zip.
Just build
yarn build
Develop
Run development server with browsersync:
yarn run serve