The ADDI CRM front-end to convert leads into prospects
Visit the live app at https://addi-crm.vercel.app/
You will need the following things properly installed on your computer:
- Git
- Node.js (with npm)
- Yarn
- Google Chrome
git clone <repository-url>
this repositorycd addi-crm
yarn install --ignore-engines
yarn start:local
- Visit the app at http://localhost:4200.
# local
yarn build:local
# production
yarn build:production
The build result will be in
./dist
directory
# unit tests
yarn test:unit
# unit tests with coverage
yarn test:unit:coverage