Dummy bank account transfer wizard, with few simple steps and styles. This project was meant to be used as a PoC of AngularJS, Web Storage and E2E testing.
Uses sessionStorage to maintain session token and data through the pages, and uses data sources from static JSON files (accounts and texts) or from Firebase.
- Recommended: installing globally
Bower
andGrunt
:npm install bower grunt grunt-cli -g
- Run
npm install && bower install
- Start the server with
grunt serve
This project is licensed under the MIT license.