/react_metrisk-components

A set of React components for internal use.

Primary LanguageTypeScript

Metrisk React Components

Usage:

Usage is outlined in our Documentation (doesn't work yet need to set up GH Pages)

Contribution:

Develop

Bundles all components using Storybook, starts the dev server and watches for changes.

$ npm run dev
Build

Bundles everything using webpack and outputs to /dist/ ready to be republished to npm.

$ npm run build:docs
Testing

Run all tests:

$ npm run test

Run individual tests:

Command Description
$ npm run test:unit Run component unit tests