Skip to content

amahdy/polymer-webcomponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Polymer App with Web Components

A concept of an app built with Polymer and Web Components, with possibilities to query and manipulate data, and works totally offline.

You can try the online demo, and you can also reset the local modifications at anytime.

App Preview

Step by step, building similar app

Coming soon.

Try out this application

Make sure you have Bower and Polymer CLI installed. Clone this project locally then:

Installing Dependencies

Install Bower dependencies

$ polymer install

Running Your Application

Start the application on port 8080

$ polymer serve --port 8080

Viewing Your Application

The application will be available on this address by default: https://localhost:8080.

Resetting Local Modiciations

Modifications done in the app are persisted in the brwoser, you can reset them using ?resetdemo, for example: https://localhost:8080/?resetdemo.

Running Tests

Tests can be run locally by visiting this URL: https://localhost:8080/components/polymer-wc-app/test/.

You can also run tests using command line

$ polymer test