flosight-api/app
2017-07-26 17:05:38 -04:00
..
e2e Updated broadcast test to check for existance of input field 2017-07-12 14:12:15 -04:00
resources fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
src took out some console logs and removed unneeded method 2017-07-26 17:05: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 add ionic config 2017-06-15 17:59:07 -04:00
karma.conf.js fork lathonez/clicker at b2c7d6a 2017-06-13 15:48:52 -04:00
package.json updated ionic cli and associated dependencies 2017-07-14 17:03:56 -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 convenience script to open coverage 2017-07-11 10:57:13 -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