This is a component library containing shared components to be shared accross Control Center services.
- yarn install
- yarn link
- yarn build
- Go to your service and yarn link "dmgtech-components"
To get changes reflected in the local service which links this component library, do yarn build
In the project directory, you can run:
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Test linting for the files and identifies linting errors if present.
Test linting for the CSS files and identifies linting errors if present.
Builds the library to the lib
folder.
It bundles React in prodcution mode to be used as library in other React apps and optimizes the build for the best performance.