flosight-api/app
2017-08-24 16:48:22 -04:00
..
e2e added See All Blocks button to latest-blocks component; created new BlocksPage with ionic convention; deprecated previous BlocksPage; fixed e2e tests 2017-08-18 15:08:36 -04:00
resources fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
src added input parm for refresh timer seconds on latest-transactions component 2017-08-23 11:42:38 -04:00
.angular-cli.json clicker -> insight-ui 2017-06-15 17:10:50 -04:00
.gitignore fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
ionic.config.json added proxy to pull data from proper url 2017-08-24 16:48:22 -04:00
karma.conf.js fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
package.json added ion-grid to latest-transactions component 2017-08-21 18:00:39 -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