A React UI components library based on @material-ui.
- node (> 10.x.x, LTS only)
- yarn (> v1.13.0)
Run the following commands:
yarn
yarn build
To re-build the UI component library after every change in the source file run the following commands:
yarn
yarn build:watch
Add the following dependency in the package.json:
"platform-ui": "link:../platform-ui"
Where ../platform-ui
is the path to the root folder of this project.