/wallet

An wallet app made with angular

Primary LanguageJavaScript

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:

  1. Gulp $ npm install -g gulp
  2. Bower $ npm install -g bower

Ruby Dependecies:

  1. Sass $ gem install sass

Installation:

  1. Clone the repo: $ git clone https://github.com/FabioAntunes/wallet.git
  2. Install npm dependencies: $ npm install
  3. Install bower dependencies: $ bower install

Launching app:

  1. Launch app with $ gulp serve