Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammdec/sinatra-starter
Nice little default template for sinatra
https://github.com/sammdec/sinatra-starter
Last synced: 5 days ago
JSON representation
Nice little default template for sinatra
- Host: GitHub
- URL: https://github.com/sammdec/sinatra-starter
- Owner: sammdec
- License: unlicense
- Created: 2013-08-19T18:00:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-20T17:30:47.000Z (about 11 years ago)
- Last Synced: 2024-10-12T03:54:24.162Z (about 1 month ago)
- Language: Ruby
- Size: 113 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sinatra Starter
===============There is not much to say here. Sinatra is awesome for small projects, in fact I prefer it even when building small static sites these days.
## Install
To get started download the zip, cd into the folder, run `bundle install --path vendor/bundle` from the terminal (this will install all your gems to a folder within your project, I like it that way rather than cluttering up the global gems).## Run
The to get the server up and running simply type `bundle exec shotgun`Still trying to figure out if there is way of not having to run `bundle exec` for all the executable commands.