devtogeek / AdminLTE-AngularJS

Single page application implemented whit AngularJS and Bootstrap (AdminLTE template)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Single page application implemented whit AngularJS and Admin-LTE theme

How to run:

  • Install NPM
  • Run the npm install -g bower command
  • Run the bower install command in repository folder

If you have located the proyect in a local server (www folder) you can already start enjoying and programming.

If you want to work frontend and backend independently you can continue. We will have our front application running locally on port 3010 that will listen to any changes we make and will refresh the browser for us.

  • Run the npm install command in repository folder.
  • Run the gulp serve command to up start our local server.

Finally, we can optimize many more tasks whit Gulp check the gulpfile.js and read the oficial Gulp documentation.

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

AdminLTE has been carefully coded with clear comments in all of its JS, LESS and HTML files. LESS has been used to increase code customizability.

Browser Support

  • Firefox (latest)
  • Chrome (latest)
  • Opera (latest)
  • IE 9+
  • Edge

Contribution

Contribution are always welcome and recommended!

License

AdminLTE is an open source project by Almsaeed Studio that is licensed under MIT. Almsaeed Studio reserves the right to change the license of future releases.

About

Single page application implemented whit AngularJS and Bootstrap (AdminLTE template)


Languages

Language:HTML 47.5%Language:JavaScript 46.5%Language:CSS 6.0%Language:PHP 0.0%