Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watadarkstar/sinatra-bootstrap
https://github.com/watadarkstar/sinatra-bootstrap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/watadarkstar/sinatra-bootstrap
- Owner: watadarkstar
- Created: 2012-12-17T02:33:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-21T21:15:30.000Z (about 12 years ago)
- Last Synced: 2024-10-14T10:17:42.056Z (3 months ago)
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra-Bootrap
Sinatra-bootsrap is a simple starting point for people who want to build a sinatra app with Twitter Bootstrap.# To install:
The app installs like any other ruby app
> bundle install# To run app (with shotgun):
This will run the app using shotgun which updates the router (web.rb) when it is modifiedNOTE: Ensure you have shot gun, if you don't you can install like so
> gem install shotgun> shotgun web.rb
> go to locoalhost:[port #]# To run app (without shotgun):
To run the app normally run it like any other sinatra app, like so
> ruby web.rb
> go to localhost:[port #]