You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments