Frontend
Etools Financial Assurance Front-End module
This module was developed using the Polymer library (version 1.x) and Material Design concept. Polytempl plugin was used as helper in the development process and Gulp was used to build application.
Installation
Using git, clone to a local directory:
$ git clone https://github.com/unicef/etools-auditor-portal.git
Assuming node and npm are already installed, make sure bower is also installed, if not run:
$ npm install -g bower
Install packages:
$ npm install
$ bower install
This application is part of etools-infra and runs under a customized setup of etools apps. After etools-infra
is installed the FA application can be accessed for devs at http://localhost:8082/ap/
How to run tests
To run tests you can use:
$ gulp test
Last updated