This project is 2 years old. It was written with the release of Polymer 1.0. Since 2014-2015 a lot has changed! So with the release of Polymer 2.0 it will need a full rewrite with the new syntax and build process (Webpack, Progressive Web Apps, ES2015, ES2016 e.t.c)
Although it implements the basic concepts of the platform it will require a rewrite.
Thank you for your support and I'll keep you updated on the progress.
You can view the Project site at http://polymer-dashboard.com/
Or a working demo at http://demo.polymer-dashboard.com/pages/auth/auth.html
You can check out the Pluralsight course on "Building a Web Application with Polymer.js and Material Design". In this 2 hour course we'll build a small Admin Dashboard with similar functionality.
http://app.pluralsight.com/courses/building-web-application-polymer-material-design
-
Install Git Bash if you're using Windows or open Terminal
-
Download the project "git clone https://github.com/bstavroulakis/polymer-dashboard.git" and cd to the project's folder
-
Install node.js, bower, gulp
-
Run "npm install"
-
Run "bower install"
-
Run "gulp"
-
"cd demo-server"
-
Run "node app.js"
-
Visit http://localhost:8080 to preview project
-
Login with username "bill" and password "polymer"