Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```