Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czarneckid/twitter-bootstrap-examples-haml
Twitter Bootstrap Example Templates in Haml
https://github.com/czarneckid/twitter-bootstrap-examples-haml
Last synced: 23 days ago
JSON representation
Twitter Bootstrap Example Templates in Haml
- Host: GitHub
- URL: https://github.com/czarneckid/twitter-bootstrap-examples-haml
- Owner: czarneckid
- Created: 2011-12-11T19:35:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-14T23:37:05.000Z (over 12 years ago)
- Last Synced: 2024-10-10T06:53:48.151Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://github.com/czarneckid/twitter-bootstrap-examples-haml
- Size: 179 KB
- Stars: 50
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Twitter Bootstrap Example Templates in Haml
A very simple [Sinatra](http://www.sinatrarb.com/) application where the example pages from the [Twitter Bootstrap](http://twitter.github.com/bootstrap/) framework
have been converted to [Haml](http://haml-lang.com/).This original example templates used were current as of Bootstrap v2.0.0.
## Installation
```ruby
bundle install
rackup
```You should now be able to view the application at [localhost:9292](http://localhost:9292).