An open API service indexing awesome lists of open source software.

https://github.com/start-angular/versatile-dashboard-theme

Animated Metro Style Flat AngularJS Theme Free Edition
https://github.com/start-angular/versatile-dashboard-theme

Last synced: 4 months ago
JSON representation

Animated Metro Style Flat AngularJS Theme Free Edition

Awesome Lists containing this project

README

        

## NOTICE: This repo has been deprecated

## [DEPRECATED] Versatile Dashboard - Free AngularJS Admin Starter Theme

### Note: This project is no longer maintained.

## [Demo](http://rawgit.com/start-angular/versatile-dashboard-theme/master/dist/index.html)

Versatile Admin Theme is a Boilerplate for Animated AngularJS Starter Theme written with Bootstrap LESS. Powered by Gulp.
![Preview](/examples/preview.png)

Find out more [Free Angular Themes at StartAngular.com](http://www.startangular.com/).

## Installation
1. Clone this project or Download that ZIP file
2. Make sure you have [bower](http://bower.io/), [gulp](https://www.npmjs.com/package/gulp) and [npm](https://www.npmjs.org/) installed globally
3. On the command prompt run the following commands
- cd `project-directory`
- `bower install`
- `npm install`
- `gulp serve` - For development mode
- `gulp build` - concat, minify and generate the files for deployment

### Goodness of Bootstrap Less
In the source, we have the less files of Bootstrap attached and the variables have been updated to create this theme. You can change the variable in the less file. Animation and Transitions are in separate less file.

### Automation tools

- [Gulp](http://gulpjs.com/)