Skip to content

Silver-Golden/gw2-ninja

 
 

Repository files navigation

<gw2-ninja>

Polymer 3 version of GW2 Ninja.

Setup

Prerequisites

First, install Polymer CLI and Bower using npm (we assume you have pre-installed node.js).

npm install -g polymer-cli bower

Install

clone from git repo
cd gw2-ninja
npm install

Start the development server

This command serves the app at http://localhost:8080 and provides basic URL routing for the app:

polymer serve

Build

This command performs HTML, CSS, and JS minification on the application dependencies, and generates a service-worker.js file with code to pre-cache the dependencies based on the entrypoint and fragments specified in polymer.json. The minified files are output to the build/default folder.

polymer build

Preview the build

This command serves the built version of the app at http://localhost:8081:

polymer serve build/default

Run tests

Note: No proper tests are currently implemented.

This command will run Web Component Tester against the browsers currently installed on your machine:

polymer test

About

A collection of Guild Wars 2 Tools.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 7.1%