Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed Jun 4, 2015
2 parents eabda16 + f7856ef commit e0595c2
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion README.md
Expand Up @@ -11,8 +11,58 @@
Go to [wiki](http://rajasegar.github.io/JADE-Bootstrap/) page

## Quickstart
Several quick start options are available:
* [Download the latest release] (https://github.com/rajasegar/JADE-Bootstrap/archive/master.zip)
* Clone the repo: `git clone https://github.com/rajasegar/JADE-Bootstrap.git`.
* Install with [Bower](http://bower.io/): `bower install jade-bootstrap`.
* Install with [npm](https://www.npmjs.com/): `npm install jade-bootstrap`.

The quickest way to get started with this [boilerplate](https://github.com/rajasegar/jadebootstrap-seed)
The quickest way to get started for NodeJS applications is with this [boilerplate](https://github.com/rajasegar/jadebootstrap-seed)

### What's included

Within the download you'll find the following directories and files, logically grouping common mixins. You'll see something like this:

```
bootstrap.jade
├── components/
│ ├── accordion.jade
│ ├── alerts.jade
│ ├── carousel.jade
│ ├── dropdowns.jade
│ ├── forms.jade
│ ├── icons.jade
│ ├── labels.jade
│ ├── list-groups.jade
│ ├── modal.jade
│ ├── navbar.jade
│ ├── navs.jade
│ ├── panels.jade
│ ├── progress-bars.jade
│ ├── tables.jade
│ ├── tabs.jade
│ ├── toggle.jade
│ └── tooltips.jade
└── layouts/
├── blog.jade
├── carousel.jade
├── cover.jade
├── dashboard.jade
├── jumbotron.jade
├── jumbotron-narrow.jade
├── justified-nav.jade
├── navbar.jade
├── navbar_fixed.jade
├── navbar_static.jade
├── non-responsive.jade
├── offcanvas.jade
├── sign-in.jade
├── starter.jade
├── sticky-footer.jade
├── sticky-footer-navbar.jade
└── theme-template.jade
```


## Features
Expand All @@ -21,3 +71,4 @@ Go to [wiki](http://rajasegar.github.io/JADE-Bootstrap/) page
* JADE set as the default Template engine
* Focus on high performance
* Super-speed development using JADE mixins
* Some widely used sample layouts to start with.

0 comments on commit e0595c2

Please sign in to comment.