Health Dashboards

Requirements

  • IOJS >= 3 or NodeJS >= 4

Installation

$ npm install

Build

$ npm run build

Development

Run the dev server

$ npm start

Will serve the app at localhost:3000.

Lint and test

$ npm test

Lint only

$ npm run lint

Test only

$ npm run test-only