/addi-crm

CRM Front-end to convert leads into clients

Primary LanguageTypeScript

addi-crm

The ADDI CRM front-end to convert leads into prospects

Visit the live app at https://addi-crm.vercel.app/

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • git clone <repository-url> this repository
  • cd addi-crm
  • yarn install --ignore-engines

Running / Development

Building

# local
yarn build:local

# production
yarn build:production

The build result will be in ./dist directory

Testing

# unit tests
yarn test:unit

# unit tests with coverage
yarn test:unit:coverage