Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/invertase/rdash-angular
AngularJS implementation of the RDash admin dashboard theme
https://github.com/invertase/rdash-angular
Last synced: 14 days ago
JSON representation
AngularJS implementation of the RDash admin dashboard theme
- Host: GitHub
- URL: https://github.com/invertase/rdash-angular
- Owner: invertase
- License: mit
- Created: 2014-06-23T13:42:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T08:37:06.000Z (about 6 years ago)
- Last Synced: 2025-01-28T21:46:31.456Z (17 days ago)
- Language: HTML
- Homepage: http://rdash.github.io
- Size: 1.72 MB
- Stars: 4,669
- Watchers: 191
- Forks: 747
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dashboards - rdash/rdash-angular - bootstrap_ _ui-router_ _ngCookies_ (Awesome dashboards / Free dashboards list for you to use in your projects)
- awesome-github-repos - invertase/rdash-angular - AngularJS implementation of the RDash admin dashboard theme (HTML)
README
> This project is no longer maintained. Please seek other alternatives such as [CoreUI](https://coreui.io/angular/demo/#/dashboard) or [BlurAdmin](https://akveo.github.io/blur-admin/).
# RDash rdash-angular
## Responsive, bloat free, bootstrap powered admin style dashboard!rdash-angular is an AngularJS implementation of the RDash admin dashboard. The dashboard uses a small number of modules to get you started, along with some handy directives and controllers to speed up development using the dashboard.
Check out the [live example](http://rdash.github.io/)!
## Usage
### Requirements
* [NodeJS](http://nodejs.org/) (with [NPM](https://www.npmjs.org/))
* [Bower](http://bower.io)
* [Gulp](http://gulpjs.com)### Installation
1. Clone the repository: `git clone https://github.com/rdash/rdash-angular.git`
2. Install the NodeJS dependencies: `npm install`.
3. Install the Bower dependencies: `bower install`.
4. Run the gulp build task: `gulp build`.
5. Run the gulp default task: `gulp`. This will build any changes made automatically, and also run a live reload server on [http://localhost:8888](http://localhost:8888).Ensure your preferred web server points towards the `dist` directory.
### Development
Continue developing the dashboard further by editing the `src` directory. With the `gulp` command, any file changes made will automatically be compiled into the specific location within the `dist` directory.#### Modules & Packages
By default, rdash-angular includes [`ui.bootstrap`](http://angular-ui.github.io/bootstrap/), [`ui.router`](https://github.com/angular-ui/ui-router) and [`ngCookies`](https://docs.angularjs.org/api/ngCookies).If you'd like to include any additional modules/packages not included with rdash-angular, add them to your `bower.json` file and then update the `src/index.html` file, to include them in the minified distribution output.
## Credits
* [Elliot Hesp](https://github.com/Ehesp)
* [Leonel Samayoa](https://github.com/lsamayoa)
* [Mathew Goldsborough](https://github.com/mgoldsborough)
* [Ricardo Pascua Jr](https://github.com/rdpascua)