An open API service indexing awesome lists of open source software.

https://github.com/benediktwerner/moneysync


https://github.com/benediktwerner/moneysync

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MoneySync

Progressive Web App to manage personal finances. Uses Angular and Firebase.

## Development

### Dev Server
- `ng serve` for dev server at `http://localhost:4200/`
- `ng serve -o` to open browser

### Scaffold code
- `ng generate component ` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
- Shortform: `ng g c `

### Build
- `ng build` to build the project. Output in `dist/`
- `ng build --prod` for a production build

### Test
- `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
- `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).