Skip to content

Commit 0ba43f4

Browse files
committed
Updated Readme with credits and roadmap.
1 parent 537ff7d commit 0ba43f4

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# sb-admin-angular
2-
Starter theme for Angular Dashboard Apps
1+
## SB Admin v2.0 rewritten in AngularJS
2+
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.
3+
4+
Find out more [Free Angular Themes at StartAngular.com](http://www.startangular.com/).
5+
6+
## Installation
7+
1. Clone this project or Download that ZIP file
8+
2. Make sure you have [bower](http://bower.io/) and [npm](https://www.npmjs.org/) installed globally
9+
3. On the command prompt run the following commands
10+
- cd `project-directory`
11+
- `npm install`
12+
- `bower install`
13+
- `grunt serve --foce`
14+
15+
## Roadmap
16+
- Add Lazy Loading using Webpack or RequireJS
17+
- Add sample AJAX calls and make the directives more modular
18+
19+
### Automation tools
20+
21+
- [Grunt](http://gruntjs.com/)

0 commit comments

Comments
 (0)