Skip to content

sethbergman/polymer-dashboard

Repository files navigation

Polymer Admin Dashboard

Responsive admin dashboard created using Polymer 1.0 and Polymer Starter Kit.

demo

Check out LIVE DEMO

Features

Getting started

  1. Clone project:
git clone https://github.com/sethbergman/polymer-dashboard.git
  1. Download and install nodejs. The version should be at or above 0.12.x.

  2. Install gulp and bower globally:

npm install -g gulp bower
  1. Install dependencies:
npm install && bower install
  1. Build & vulcanize sources:
gulp

Development workflow

Run development web-server:

gulp serve

Run production web-server:

gulp serve:dist