/web-self-service-app

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

Primary LanguageJavaScript

Mifos Self Service App

Getting started

Clone project:

$ git clone https://github.com/openMF/web-self-service-app.git

Install dependencies:

$ cd web-self-service-app
$ npm 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