Vernite is a task management app with multiple independent modules to speed up work.
tasks / calendar / messages
First, install node.js and npm from https://nodejs.org/en/. In the second step run command:
It's highly recommended to use yarn
instead of npm
.
npm install -g yarn
yarn install
For a dev server run:
yarn start
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
To build the project run:
yarn build
The build artifacts will be stored in the dist/
directory.
To execute the unit tests via Karma
run:
yarn unit:serve
To execute the end-to-end tests via Cypress
run:
yarn e2e:serve
To build documentation via storybook
run:
yarn docs:serve
Endpoints documentation is shared using the Swagger library here. The backend repository is located here.
node - 16.13.0
yarn - 1.22.17
Angular CLI - 13.2.5