Shared repository for all shared functionalities across multiple teams both on the client-side and server-side
$ yarn install
$ yarn bootstrap
$ yarn build
$ yarn components
$ yarn application
The structure is designed as a monorepository containing following three packages:
-
abstractions package: all re-usable typescript interfaces, classes and functions that can be shared between the client and the server, and across pods as a single package with its own package.json
-
components package: all re-usable React UI components as a single package with its own package.json
-
application package: an example application showing the usage of components and abstractions from the application package.