UNPKG

fcash-insight

Version:
25 lines (19 loc) 596 B
[![Build Status](https://travis-ci.org/bitpay/fcash-insight-ui.svg?branch=ionic)](https://travis-ci.org/bitpay/fcash-insight-ui) [![codecov.io](https://codecov.io/github/bitpay/fcash-insight-ui/coverage.svg?branch=ionic)](https://codecov.io/github/bitpay/fcash-insight-ui?branch=ionic) # Insight UI ## Install & Start You need to be running [the latest node LTS](https://nodejs.org/en/download/) or newer. ```bash git clone https://github.com/fcash-wallet/fcash-insight-ui.git cd insight-ui/app npm install npm start ``` ## Run Unit Tests ```bash npm test ``` ## Run E2E ``` npm run e2e ```