Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1008 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 1008 Bytes

transfer-wiz

Build Status TypeScript definitions on DefinitelyTyped

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.

Deploy development version

  • Recommended: installing globally Bower and Grunt: npm install bower grunt grunt-cli -g
  • Run npm install && bower install
  • Start the server with grunt serve

License

This project is licensed under the MIT license.