flosight-api/app
2017-07-05 14:36:31 -04:00
..
e2e scaffold top-level pages 2017-07-05 14:36:31 -04:00
resources
src scaffold top-level pages 2017-07-05 14:36:31 -04:00
.angular-cli.json
.gitignore
ionic.config.json add ionic config 2017-06-15 17:59:07 -04:00
karma.conf.js
package.json update to latest deps 2017-07-05 12:34:18 -04:00
protractor.conf.js
README.md
tsconfig.json
tsconfig.ng-cli.json
tslint.json
yarn.lock update to latest deps 2017-07-05 12:34:18 -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