flosight-ui/app
2017-08-10 17:53:53 -04:00
..
e2e Updated broadcast test to check for existance of input field 2017-07-12 14:12:15 -04:00
resources
src added CurrencyProvider and associated spec 2017-08-10 14:39:35 -04:00
.angular-cli.json
.gitignore
ionic.config.json
karma.conf.js
package.json chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00
protractor.conf.js
README.md
tsconfig.json
tsconfig.ng-cli.json
tslint.json
yarn.lock add qrcode generator 2017-08-09 16:38:50 -04:00

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