# sb-admin-angular **Repository Path**: baimashima/sb-admin-angular ## Basic Information - **Project Name**: sb-admin-angular - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-27 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## SB Admin v2.0 rewritten in AngularJS [![Join the chat at https://gitter.im/start-angular/sb-admin-angular](https://badges.gitter.im/Join%20Chat.svg)](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/). ### Note: This project is no longer maintained. ## Installation ####1. Clone this project or Download that ZIP file ```sh $ git clone https://github.com/start-angular/sb-admin-angular.git ``` ####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 ```sh $ sudo apt-get install npm $ sudo npm install -g grunt-cli $ sudo npm install -g bower ``` ####3. On the command prompt run the following commands ```sh $ cd `project-directory` ``` - bower install is ran from the postinstall ```sh $ npm install ``` - a shortcut for `grunt serve` ```sh $ npm start ``` - a shortcut for `grunt serve:dist` to minify the files for deployment ```sh $ npm run dist ``` **Note:** If you get this following error, ```text Error: EACCES, permission denied '.config/configstore/insight-bower.yml' You don't have access to this file. ``` changing ownner .config ```sh sudo chown -R [user name] ~/.config ``` ## Roadmap - Add sample AJAX calls and make the directives more modular ### Automation tools - [Grunt](http://gruntjs.com/)