Responsive admin dashboard created using Polymer 1.0 and Polymer Starter Kit.
Check out LIVE DEMO
- Polymer 1.0
- Firebase
- Material Design
- Gulp build
- And other features of Polymer Starter Kit
- Clone project:
git clone https://github.com/sethbergman/polymer-dashboard.git
-
Download and install nodejs. The version should be at or above 0.12.x.
-
Install gulp and bower globally:
npm install -g gulp bower
- Install dependencies:
npm install && bower install
- Build & vulcanize sources:
gulp
Run development web-server:
gulp serve
Run production web-server:
gulp serve:dist