Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Latest commit

 

History

History

components

Hubbl logo

Hubbl Components

This library hosts most of the common components that are used in the React applications.

Coverage Status GitHub

Project

The application is built using the @nrwl/workspace:library generator, and it is built with TypeScript and React.

Development

Installation

Once the repository has been cloned, install the dependencies of the project.

# with npm
npm install

Execution

The library can not be executed, as it is a shared library.

Testing

The application contains only unit tests. The unit tests are required in any class or function that is used. In order to run the tests:

# unit tests
nx test ui-components

Coverage

The project flag inside CodeCov is ui-components.