Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

googlecodelabs/polymer-drive-client

Repository files navigation

This is the sample code for the Polymer Summit 2015 codelab 
"Polymer: Build a Material Design Mobile Web App with Paper Elements".

Codelab instructions: http://code-labs.io/polymer-build-mobile

***
This code sample uses [Bower](http://bower.io/) to manage code dependencies. Plese run 

    $ bower install

in each directory you wish to test before running the sample in the browser.
***

***
Polymer requires files to be served over HTTP server rather than as local files. 
E.g. if you have python (2.x) installed, run

    $ python -m SimpleHTTPServer

(or another web server of your choice) to view the sample in your browser.
*** 

Releases

No releases published

Packages

No packages published