/convelio

Primary LanguageTypeScript

Convelio - Angular Technical Test

This project was done for an interview process with Convelio. This project display a list of users & include other features like sorting, filtering & details page. For this project I used Nx which is a great tool to improve build time & implement a monorepo architecture.

How to run project

To install the dependencies, run the following command

  npm install

To run tests, run the following command

  npm run test

To lint the project, run the following command

  ng lint

To serve the app, run the following command

npm run start

To deploy the app on github pages, run the following command (The repo needs to be public)

npm run deploy