Free, open source and cross-platform finance application
This project was generated with Angular CLI version 1.7.3.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
Have node, npm and cordova installed.
npm install -g cordova
Then, run:
npm install
inside both ui and cordova folders.
And then, run:
cordova platform add android
for android, and:
cordova platform add ios
for ios. of course for ios, you might need some environmental specifications.
After that, make sure you have all the cordova necessities by running these commands inside cordova folder:
cordova platform ls
and:
cordova requirements
Inside the cordova folder, run:
cordova build android
or ios. and after command is done, cordova will show the result folder for the app. (for android it would be /ui/platforms/android/build/outputs/apk/android-debug.apk)
