PolymerLabs/polymer-3-first-element

Name: polymer-3-first-element

Owner: PolymerLabs

Description: Create your first element with Polymer 3

Created: 2017-12-05 22:25:09.0

Updated: 2018-02-26 19:36:41.0

Pushed: 2017-12-06 04:01:04.0

Homepage: null

Size: 1434

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build your first Polymer element

This repo goes with the Build your first Polymer element tutorial.

Running the tutorial code
  1. Install pre-requisites for Polymer CLI (git, npm, Node.js).

    Full instructions are on the Polymer website..

  2. Install Polymer CLI:

    npm install -g polymer-cli@next
    

    Full instructions are on the Polymer website..

  3. Clone this repo:

    git clone https://github.com/PolymerLabs/polymer-3-first-element.git
    
  4. Change directory to the top-level project folder and install project dependencies:

    cd polymer-3-first-element
    npm install
    
  5. To preview your element, run the Polymer development server from the top-level project folder:

    polymer serve --open
    
Next steps

Follow the Build your first Polymer element tutorial to get started with Polymer.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.