Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 321 Bytes

File metadata and controls

15 lines (9 loc) · 321 Bytes

ngwallet-sample

This is a sample and basic angular app providing a wallet system.

Currently all the persistence is managed with localstorage. Other storage systems will be implemented.

Installation

You need npm and bower to deploy the app locally.

npm install && bower install

grunt