Angular-Wallet
This is a simple wallet app where you can add or removes amounts.
For the front-end we are using AngularJS + Angular Strap.
Node Dependecies:
- Gulp
$ npm install -g gulp
- Bower
$ npm install -g bower
Ruby Dependecies:
- Sass
$ gem install sass
Installation:
- Clone the repo:
$ git clone https://github.com/FabioAntunes/wallet.git
- Install
npm
dependencies:$ npm install
- Install
bower
dependencies:$ bower install
Launching app:
- Launch app with
$ gulp serve