ACME Bank - Angular assessment

Getting started

Clone Repository

$ git clone git@github.com:levarne/ACME-Bank.git

Install Dependencies

$ npm install

run project

$ npm run start
This will start a dev server in development mode.
This configuration includes dev logs, production logs are disabled in evironment.production.ts

In your Browser

http://localhost:4200/

NB - this app depends on the below express service on port:8080

Run Server

https://github.com/cibfrontend/mock-api-server

This project was generated with Angular CLI version 7.3.8.