Skip to content

Frontend for task management app named @Vernite with GitHub and Slack integration and built-in calendar.

License

Notifications You must be signed in to change notification settings

Vernite/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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