Frontend

EtoolsAction Points Dashboard Front-End module

This module was developed using the Polymerarrow-up-right library (version 2.x) and Material Designarrow-up-right concept. Polytemplarrow-up-right plugin was used as helper in development process and Gulparrow-up-right was used to build arrow-up-rightapplication.

Installation

Using git, clone to a local directory:

$ git clone https://github.com/unicef/etools-action-points.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-infraarrow-up-right and runs under a customized setup of etools apps. After etools-infra is installed the TPM application can be accessed for devs at http://localhost:8082/apd/

How to run tests

To run tests you can use:

$ gulp test

Last updated