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

Latest commit

 

History

History
36 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 762 Bytes

Hubbl logo

Hubbl Components

This library hosts common TypeScript types used in the applications.

GitHub

Project

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

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 library does not contain any test as it is just static types.