Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 545 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 545 Bytes

Mifos Self Service App

Getting started

Clone project:

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

Install dependencies:

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