| .. | ||
| e2e | ||
| resources | ||
| src | ||
| .angular-cli.json | ||
| .gitignore | ||
| ionic.config.json | ||
| karma.conf.js | ||
| package.json | ||
| protractor.conf.js | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.ng-cli.json | ||
| tslint.json | ||
| yarn.lock | ||
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