Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPM dependencies #72

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 8 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
## NOTICE: This repo has been deprecated in favour of Angular 5+ Repo found [here](https://github.com/start-angular/SB-Admin-BS4-Angular-5)

## [DEPRECATED] 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)
## Admin v2.1 for AngularJS fans

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.
The original author recommends that you find out more [Free Angular Themes at StartAngular.com](http://www.startangular.com/).

## Installation
####1. Clone this project or Download that ZIP file

SB
```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
```sh (for Ubuntu)
$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower
Expand All @@ -34,16 +28,15 @@ $ cd `project-directory`
```sh
$ npm install
```
- a shortcut for `grunt serve`
- Run
```sh
$ npm start
$ grunt serve
```
- a shortcut for `grunt serve:dist` to minify the files for deployment
- Build and minify the files for deployment
```sh
$ npm run dist
$ grunt build
```


**Note:**
If you get this following error,
```text
Expand All @@ -55,12 +48,3 @@ 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/)
Loading