Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starzonmyarmz/prototype-boilerplate
A boilerplate for a prototyping framework I've built up using Sinatra and Heroku.
https://github.com/starzonmyarmz/prototype-boilerplate
Last synced: about 1 month ago
JSON representation
A boilerplate for a prototyping framework I've built up using Sinatra and Heroku.
- Host: GitHub
- URL: https://github.com/starzonmyarmz/prototype-boilerplate
- Owner: starzonmyarmz
- Created: 2014-02-05T21:48:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T22:59:06.000Z (over 7 years ago)
- Last Synced: 2023-03-23T03:36:24.267Z (almost 2 years ago)
- Language: Ruby
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation
============To use this prototype framework, you'll need to install [Sinatra](http://www.sinatrarb.com/), have a [Heroku account](http://www.heroku.com/), and optionally install [Heroku Toolbelt](https://toolbelt.heroku.com/).
To set up the environment, do this in Terminal:
```
gem install bundler
bundle install
```To use, run this in Terminal:
```
ruby app.rb
```