Vernite is a task management app with multiple independent modules to speed up work.
tasks / calendar / messages
Before starting make sure you have installed the supported version of node and yarn.
- yarn:
1.22.18
- node:
16.13.0
- java:
17
This repository is using nx workspace. To install all dependencies run:
yarn install
For a dev server run:
yarn nx run-many --target=serve
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
To build the project run:
yarn nx run-many --target=build
To execute the unit tests run:
yarn nx run-many --target=test