Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.18 KB

Animad Polymer Demo Anwendung

Build Status

Quickstart

We've recorded a Polycast to get you up and running with PSK2 fast!

Polymer Starter Kit 2 video

Setup

Prerequisites

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

npm install -g polymer-cli

Second, install Bower using npm

npm install -g bower
Clone project with git
cd [my-development-project-folder]
git clone https://github.com/xdoo/lhm_animad_admin_html5.git
Import dependencies with Bower
cd lhm_animad_admin_html5
bower install

Start the development server

This command serves the app at http://127.0.0.1:8081 and provides basic URL routing for the app:

polymer serve