flosight-api/app
2018-03-30 15:13:02 -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 fixed tslint errors 2018-03-30 15:13:02 -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 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 Added cli generated broadcast-tx page 2018-03-22 16:55:32 -04:00
package.json Added cli generated broadcast-tx page 2018-03-22 16:55:32 -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