Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seangwright/polymer-intro

Explores the functionality available in Polymer 1.0
https://github.com/seangwright/polymer-intro

Last synced: about 9 hours ago
JSON representation

Explores the functionality available in Polymer 1.0

Awesome Lists containing this project

README

        

# Polymer Intro project

This project contains some explorations of component generation functionality provided by [Polymer 1.0](https://www.polymer-project.org/1.0/).

## Included Elements
* `two-way-binder` - Binds data between `input` element and `p` element content
* `code-viewer` - Accepts code as input in `textarea` and then reproduces code, properly highlighted, below. Also allows for `textarea` and highlighted code to be cleared.

## How to Run
* pull down bower dependencies
* `bower install`
* install `http-server` or another way to serve static files
* `npm i http-server -g`
* type `http-server` at command line while in repository directory and load `http://127.0.0.1:8080/` into browser