miguelcrespo / AdminLTEAngular

Angular implementation of the AdminLTE with node server and live reload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdminLTE Angular

Angular implementation of the popular admin template AdminLTE made by @almsaeedstudio Preview theme with Just Javascript <3! (No need of Apache or other server to test) and live reload features.

Original theme:

!["Original theme image"] (https://almsaeedstudio.com/AdminLTE2.png "AdminLTE Presentation")

Clean theme(without that bunch of plugins and pages):

!["Cleaned theme image"] (HomeView.png "AdminLTE Presentation")


Removed additional plugins that this theme brought to make more easier to user customize his theme (Avoiding many files) and implementing bower to manage them, actually there are only:

  • Angular
  • JQuery
  • Bootstrap

Also implemented grunt and a node server to avoid the use of apache or whatever else to serve the HTML files.

Just Javascript <3!


###Steps to run this theme:

  • Install Bower and Grunt (If you do not have already):

    sudo npm install -g bower grunt-cli

  • Install node modules:

    npm install

  • Install bower dependencies:

    bower install

  • Run the server and that's all!! :D

    grunt server

If everything was ok you should have a new tab in your browser with the theme running...


Additional documentation:

For additional documentation go to the official page of the project...


Things TO DO:

  • Improve live reload feature.

About

Angular implementation of the AdminLTE with node server and live reload

License:MIT License


Languages

Language:HTML 78.9%Language:CSS 17.2%Language:JavaScript 3.8%