This project was generated with Angular CLI version 9.1.6.
- Install Node either using nvm or directly. Check the
.nvmrcfor recommended version. - Install yarn.
- Install dependencies using
yarn install. - Run the dev server using
yarn start. - Open the link from the terminal ouput (typically
http://localhost:4200/) in your browser.
This project uses husky for running a pre-commit hook,
which runs format check, linting and unit tests.