wgk-ui
v1.0.2
Published
[![pipeline status](https://gitlab.wgkwvl.be/nurs-e/ui/badges/main/pipeline.svg)](https://gitlab.wgkwvl.be/nurs-e/ui/-/commits/main)
Downloads
2
Readme
WGK UI
A WGK flavoured component library.
Table of contents
Getting started
Prerequisites
Installation
- Install all dependencies by running
npm install
.
Development
- Follow CONTRIBUTING.md.
- Use
npm run storybook
to run Storybook. - Browse to https://localhost:6006.
Build
- Use
npm run build
to build the application on your local machine.
Testing
- Use
npm run test:unit
to run all unit tests (Jest). - Use
npm run test:component
to run all component tests (Cypress).
Linting
- Use
npm run lint:fix
to lint all your TypeScript files.