Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 846 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 846 Bytes

LinkedIn Clone Frontend

Lint, format and test checks

This project was generated with Angular CLI version 9.1.6.

Development

  1. Install Node either using nvm or directly. Check the .nvmrc for recommended version.
  2. Install yarn.
  3. Install dependencies using yarn install.
  4. Run the dev server using yarn start.
  5. Open the link from the terminal ouput (typically http://localhost:4200/) in your browser.

pre-commit hook

This project uses husky for running a pre-commit hook, which runs format check, linting and unit tests.