flosight-api/app
2018-06-18 17:22:48 -04:00
..
e2e udpated circle config; fixed e2e test errors 2018-03-14 12:48:36 -04:00
resources fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
src merge outpoints 2018-06-18 17:22:48 -04:00
.angular-cli.json clicker -> insight-ui 2017-06-15 17:10:50 -04:00
.gitignore update package info 2018-05-18 14:13:40 -04:00
ionic.config.json theme, polish for first release 2018-02-02 20:06:37 -05:00
karma.conf.js fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
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 fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
README.md clicker -> insight-ui 2017-06-15 17:10:50 -04:00
tsconfig.json fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
tsconfig.ng-cli.json fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
tslint.json continue scaffolding, add blocksService 2017-07-07 16:46:53 -04:00
yarn.lock added input parm for refresh timer seconds on latest-transactions component 2017-08-23 11:42:38 -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