Skip to content

c0d3rm0nk3y/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.
*** 

About

Mobile-friendly, Web Component-based Google Drive client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.0%
  • JavaScript 12.1%
  • CSS 4.9%