/web-self-service-app

Web app for clients to access and directly interact with their own accounts using Apache Fineract Self-Service APIs

Primary LanguageHTMLMIT LicenseMIT

Mifos Self Service App

Getting started

Clone the project:

$ git clone https://github.com/gauravsaini03/self-service.git

Install dependencies:

$ cd self-service
$ npm install
$ bower install

Install gem 'sass'

$ gem install sass

Run development web-server:

$ gulp serve

Features

  • AngularJS
  • Angular UI Router
  • Angular Material
  • Sass styles
  • Gulp build
  • Stylish, clean, responsive layout with original design
  • BrowserSync for the ease of development

Deploy to Github pages

$ gulp build
$ gulp deploy