Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 475 Bytes
  • INSTALL NODE JS https://nodejs.org/en/download/

  • INSTALL ANGULAR "npm install -g @angular/cli"

  • cd "ClientApp"

  • RESTORE THE Database on Postgrss

  • Run the Required SQL Scripts for OpenIdDict

  • INSTALL all the required modules for the project "npm install --save"

  • If DevExpress Module is missing install it using the following command "npm install --save devextreme devextreme-angular"

  • To RUN application do the following ng build ng serve