Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anvoz/bootstrap-tldr
All Bootstrap's components in one page. Briefly presented with their own CSS selectors.
https://github.com/anvoz/bootstrap-tldr
Last synced: 3 months ago
JSON representation
All Bootstrap's components in one page. Briefly presented with their own CSS selectors.
- Host: GitHub
- URL: https://github.com/anvoz/bootstrap-tldr
- Owner: anvoz
- Created: 2014-03-09T16:01:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T17:10:57.000Z (about 9 years ago)
- Last Synced: 2024-04-18T13:31:21.031Z (7 months ago)
- Language: JavaScript
- Homepage: http://anvoz.github.io/bootstrap-tldr/
- Size: 850 KB
- Stars: 128
- Watchers: 8
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - bootstrap-tldr - All Bootstrap's components in one page. Briefly presented with their own CSS selectors. (JavaScript)
README
Bootstrap TLDR
========## Feature
* [Bootstrap](http://getbootstrap.com/) v3.3.0
* All Bootstrap's components in one page
* Briefly presented with their own CSS selectorsNot include in this document:
* [Grid system](http://getbootstrap.com/css/#grid)
* [Responsive utilities](http://getbootstrap.com/css/#responsive-utilities)
* [Responsive embed](http://getbootstrap.com/components/#responsive-embed)
* [ScrollSpy](http://getbootstrap.com/javascript/#scrollspy)## Dev
* Install dependencies: `npm install` and `bower install`
* Run webapp: `grunt serve`
* Modify page content in `app/contents/` folder
* Build webapp: `grunt htmlbuild:dist && grunt`## License
MIT © An Vo [@an_voz](https://twitter.com/an_voz), 2014