flosight-api/app
2018-06-18 17:22:48 -04:00
..
e2e
resources
src merge outpoints 2018-06-18 17:22:48 -04:00
.angular-cli.json
.gitignore update package info 2018-05-18 14:13:40 -04:00
ionic.config.json
karma.conf.js
package-lock.json update package info 2018-05-18 14:13:40 -04:00
package.json update package info 2018-05-18 14:13:40 -04:00
protractor.conf.js
README.md
tsconfig.json
tsconfig.ng-cli.json
tslint.json
yarn.lock

Build Status codecov.io

Insight UI

Install & Start

You need to be running the latest node LTS or newer.

git clone https://github.com/bitpay/insight-ui.git
cd insight-ui/app
npm install
npm start

Run Unit Tests

npm test

Run E2E

npm run e2e