Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.09 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.09 KB

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