Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kahwee/bootstrap-backend

Same old bootstrap but for complex applications for complex reasons.
https://github.com/kahwee/bootstrap-backend

Last synced: 3 days ago
JSON representation

Same old bootstrap but for complex applications for complex reasons.

Awesome Lists containing this project

README

        

bootstrap-backend
=================

This example uses Bootstrap 2.3.1 to create a left sidebar that is with a fixed position.
Bootstrap's nav-list is used to achieve this.

This is intended as a reference project. Please fork it for your own usage.

### Preview It

See it on my website:

* http://kw.sg/bootstrap-backend/app/index.html
* http://kw.sg/bootstrap-backend/app/table.html

You can deploy and see it in ./app/index.html

### How To Build

Components installed through Bower aren't committed. You will need to run the following to install them components. This assumes you already have Node.js installed.

```
npm install
bower install
grunt css
```

### Tools Used

* Bower
* NPM
* Bootstrap
* Grunt