https://github.com/start-angular/sb-admin-angular-webpack
https://github.com/start-angular/sb-admin-angular-webpack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/start-angular/sb-admin-angular-webpack
- Owner: start-angular
- License: other
- Created: 2015-07-03T10:48:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T10:46:32.000Z (over 8 years ago)
- Last Synced: 2025-01-18T23:42:19.131Z (3 months ago)
- Language: HTML
- Size: 48.8 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SB Admin v2.0 rewritten in AngularJS
[](https://gitter.im/start-angular/sb-admin-angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v2.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular Theme.
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/), [grunt-cli](https://www.npmjs.com/package/grunt-cli) and [npm](https://www.npmjs.org/) installed globally
3. On the command prompt run the following commands
- cd `project-directory`
- `npm install` - bower install is ran from the postinstall
- `npm start` - a shortcut for `grunt serve`
- `npm run dist` - a shortcut for `grunt serve:dist` to minify the files for deployment## Roadmap
- Add sample AJAX calls and make the directives more modular
### Automation tools
- [Grunt](http://gruntjs.com/)