This project contains a variety of javascript libraries, helpful in building UI's on top of the Kangaroo
microservice ecosystem. As a monorepo, each project lives in the appropriately named @kangaroo/<project>
subdirectory. All adhere to the same development tooling contract, here's how you get started:
In the root project directory, run yarn install
and yarn build
. This will install all dependencies, and build/link
all cross-project dependencies.
Each project responds to the following commands:
yarn test
yarn lint
yarn build
yarn nsp
Projects that include a full UI, also respond to:
yarn start
yarn e2e