This project was created with the latest angular version by the date it was pushed.
A demo version is available on https://gcamara.github.io/peachtree-bank/
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.
In the root ./app/
folder we have the header
, make-transfer
and transactions
components.
Within the shared
folder, we have the services and other components to be used across the application.
All files, except the CSS, are all commented with the definition of variables and functions.
No CSS framework was used, as suggested.