Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 473 Bytes

sapient(Single Page Application - Angular+Angular Material)

Steps To Follow:

RUN PROJECT:

  1. Clone the project from git.
  2. Go to your project directory via cmd.
  3. Enter the command => npm i
  4. After that run your project via below command => ng serve -o

BUILD PROJECT:

Run command => ng build --prod

Notes:

Mobile View => 2 cards in a row looks congested. But I did it. If we change a class name in "card-container" as "card-container col1" it will look nice.