Skip to content

Latest commit

 

History

History
123 lines (103 loc) · 4.32 KB

.verb.md

File metadata and controls

123 lines (103 loc) · 4.32 KB

{%= name %}

  • {%= badge("travis") %}
  • Dependency Status
  • devDependency Status
  • {%= badge("grunt") %}

{%= description %}

TOC

Download

  • Bootstrap 2.3.2 v1.2 ready for use

  • Bootstrap 3.3.0 v{%= version %} ready dist folder your use

Building

{%= version %} Version

required node.js & bower & grunt

    $ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
    $ cd yourfoldername
    $ npm install
    $ npm run build
    $ grunt serve

{%= version %} RTL Version

required node.js & bower & grunt

    $ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
    $ cd yourfoldername
    $ npm install
    $ npm run buildrtl
    $ grunt serve

1.2 Version

$ git clone -b v1.2 https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
$ cd yourfoldername
$ git submodule init
$ git submodule update
$ open index.html

Demo

Credits

Author

{%= include("authors", { authors: [ {name: 'Osman Nuri Okumuş', username: 'onokumus'} ] }) %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}