Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kahwee/bootstrap-backend
- Owner: kahwee
- Created: 2013-05-01T16:17:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T11:38:21.000Z (over 7 years ago)
- Last Synced: 2024-12-01T18:36:45.332Z (2 months ago)
- Homepage: http://kw.sg/bootstrap-backend/app/
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.htmlYou 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