https://github.com/start-angular/ani-theme
Ani Free AngularJS Dashboard Theme
https://github.com/start-angular/ani-theme
Last synced: 5 months ago
JSON representation
Ani Free AngularJS Dashboard Theme
- Host: GitHub
- URL: https://github.com/start-angular/ani-theme
- Owner: start-angular
- License: other
- Created: 2015-04-08T10:26:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T07:59:03.000Z (over 2 years ago)
- Last Synced: 2024-04-14T18:24:07.601Z (about 1 year ago)
- Language: Less
- Homepage: http://startangular.com/
- Size: 467 KB
- Stars: 114
- Watchers: 12
- Forks: 77
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NOTICE: This repo has been deprecated
## [DEPRECATED] Ani Theme - Free AngularJS Dashboard Starter Theme
### Note: This project is no longer maintained.
## [Demo](http://rawgit.com/start-angular/ani-theme/master/dist/index.html)
Ani 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/)