usc-isi-i2 / digapp-ht

Copy of dig-polymer for new data set
Other
0 stars 2 forks source link

digapp-ht

Web application for searching and exploring entity graphs in Elasticsearch indices

Overview

Prerequisites

Installation

  1. clone this repo
  2. cd digapp-ht && npm install && bower install

Getting started

Development workflow

Serve / watch

gulp serve

This outputs an IP address you can use to locally test and another that can be used on devices connected to your network.

Run tests

gulp test:local

This runs the unit tests defined in the app/test directory through web-component-tester.

To run tests Java 7 or higher is required. To update Java go to http://www.oracle.com/technetwork/java/javase/downloads/index.html and download JDK and install it.

Build & Vulcanize

gulp

Build and optimize the current project, ready for deployment. This includes vulcanization, image, script, stylesheet and HTML optimization and minification.

Unit Testing

Web apps built with Polymer Starter Kit come configured with support for Web Component Tester - Polymer's preferred tool for authoring and running unit tests. This makes testing your element based applications a pleasant experience.

Read more about using Web Component tester.