- Download node - https://nodejs.org/en/download/
- Install node v12.13.0 to avoid any compability issue.
- Install angular cli -> npm install -g @angular/cli. Refer https://cli.angular.io/
- On your terminal/Command prompt(Windows) navigate to folder where package.json exists.
- run -> npm install (It will install all UI app dependencies)
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.