Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matuella/bufunfa-manager
https://github.com/matuella/bufunfa-manager
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matuella/bufunfa-manager
- Owner: matuella
- License: mit
- Created: 2016-05-01T02:30:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T02:28:16.000Z (over 8 years ago)
- Last Synced: 2024-05-30T21:10:20.360Z (6 months ago)
- Language: JavaScript
- Size: 979 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bufunfa Manager
---
##Intro
A hybrid app to **manage finances**. Made with Ionic 2 framework, this project objective is to learn the foundation and core functions of the Ionic 2.---
##Environment
```bash
npm install -g ionic@betacordova plugin add cordova-sqlite-storage
```####Adding Platforms
**Quick _iOS_ note**: Just replace the '**android**' with '**ios**'.```bash
ionic add android
```####Platform testing
```
ionic build androidionic emulate android
OR
ionic run android
```####Desktop testing
```bash
ionic serve
```**Obs.1**.:To do this application, I've followed the course done by [Anso Dev](https://www.youtube.com/channel/UCeEY4eHe6kKDzfa9TH3RjVw).
**Obs.2**.:The course can be found [here](https://www.youtube.com/playlist?list=PLpP8rO2FXVXQ1rg4Xc-r52xlSMDGOjO-X), keep in mind that it's on PT-BR language.