amandaSalander / PolymerGFair

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymer 2.0 Workshop @ Google Fair GDG Algiers

using starter Kit 2

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
Initialize project from template
git clone /*the PolymerGFair repository*/

Start the development server

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

polymer serve --open

About


Languages

Language:HTML 94.2%Language:JavaScript 5.8%