Skip to content

akveo/polymer-admin

Repository files navigation

Polymer Admin Template

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/akveo/polymer-admin.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

License

<a href=/LICENSE.txt" target="_blank">MIT license.

Future

It's just a first version, but we will continue development of this template to create the whole framework that can be applied to develop admin dashboards using Polymer.

We are eager to hear your feedback to make the template better.

Enjoy!

Made with ♥ by Akveo team.