Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 293 Bytes

Currency catalog

Running application

  • cd currency-catalog
  • npm install
  • npm run build
  • npm run start -- --port=8000

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.