/accountant

Primary LanguageJavaScript

Running:

  1. Clone the repo:
git clone https://github.com/agufranov/accountant.git
  1. Install dependencies:
npm install
bower install
  1. Build Ionic SASS:
gulp ionic-sass
  1. To run in browser (will start development server with watch, compile & livereload):
gulp serve

To run as Ionic app:

gulp build

or

gulp serve

then restore Ionic platforms & plugins listed in package.json:

ionic state reset

and then run it with Ionic CLI (for details, see Ionic docs). For example, running on Android device:

ionic platform android
ionic run