Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 388 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 388 Bytes

IP-Symcon Management Console

Install prerequisites

$ npm install -g bower
$ npm install -g polymer-cli

Use WebPack to transpile library files

$ cd lib/IPSProxy
$ npm install
$ webpack
$ cd ../..

Use Bower to load libraries

$ bower update 

Viewing Your Application

$ polymer serve

Building Your Application

$ polymer build