Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.05 KB

CatalogProductList

This project was generated with Angular CLI version 6.0.1.

Prerequisites

You need to install

  • Node.js
  • Angular Cli version 6

Installing

  • Clone the project
  • Install project dependencies.
  • Open OS Command Line Prompt
  • Run npm install -g json-server

How to run

  • Navigate to the project folder
  • Go to the server folder
  • Open OS Command Line Prompt
  • Run json-server --watch db.json, to enable fake json server
  • Go back to the project folder again
  • Open OS new Command Line Prompt
  • Run ng serve for a dev server. Navigate to http://localhost:4200/.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Used technologies

This application has been built using the following:

  • Angular 6
  • Angular Material
  • Ngrx ( Store, Effect)
  • RXJS
  • NG-Spinner
  • NGRX/store-devtools ( as Dev-Dependency)