Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 444 Bytes

File metadata and controls

9 lines (8 loc) · 444 Bytes

Login

Authenticating and authorizing simple login page using fake backend.

To run this project on your local machine follow these steps:

  1. clone this project on your machine.
  2. cd into project directory using terminal.
  3. type npm install this will install all the required dependencies.
  4. To run the project type ng serve.
  5. It shows localhost in the terminal. Control click link and it opens in your default browser.