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
- Host: GitHub
- URL: https://github.com/start-angular/versatile-dashboard-theme
- Owner: start-angular
- License: other
- Created: 2015-05-08T07:17:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T08:01:08.000Z (over 2 years ago)
- Last Synced: 2024-12-14T03:03:24.298Z (5 months ago)
- Language: Less
- Size: 840 KB
- Stars: 123
- Watchers: 17
- Forks: 119
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
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/)