Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 2.42 KB

README.md

File metadata and controls

102 lines (68 loc) · 2.42 KB

Vernite - Clean and powerful work management app.

angular-logo
Vernite is a task management app with multiple independent modules to speed up work.
tasks / calendar / messages

DEVELOPMENT SERVER



Getting started

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


Development server

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.


Build

To build the project run:

yarn build

The build artifacts will be stored in the dist/ directory.


Running unit tests

To execute the unit tests via Karma run:

yarn unit:serve


Running end-to-end tests

To execute the end-to-end tests via Cypress run:

yarn e2e:serve


Building documentation

To build documentation via storybook run:

yarn docs:serve

API Documentation and repository

Endpoints documentation is shared using the Swagger library here. The backend repository is located here.

Recommended Versions

node - 16.13.0
yarn - 1.22.17
Angular CLI - 13.2.5