Skip to content

kwantu/config-editor

Repository files navigation

Config Editor

POC: Polymer Base - Kwantu Configuration Editor

Alt text

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Installation Process

You would first need to clone the repo then run:

$ npm i && bower i

Build Process

$ npm run build

This will create a build/ folder with bundled/ and unbundled/ sub-folders containing a bundled (Vulcanized) and unbundled builds, both run through HTML, CSS, and JS optimizers.

You can serve the built versions by giving npm start a folder to serve from:

$ npm start:build

Running / Serving Locally (For Development)

$ npm start

PLEASE NOTE:: This projet uses the private bower to install private dependancies stored at - https://kwantu10.kwantu.net:5678/

Releases

No releases published

Packages

No packages published