Skip to content
Angular web app & browser extension
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
dist
e2e
gulp
src
.bowerrc
.editorconfig
.eslintrc
.gitignore
.npmignore
.travis.yml
.yo-rc.json
README.md
bower.json
build.sh
coffeelint.json
deploy.sh
dist.crx
electron.js
gulpfile.js
index.js
karma.conf.js
package.json
protractor.conf.js
yarn.lock

README.md

iris-angular

Travis David

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
You can’t perform that action at this time.