All Projects → defunkt → Mustache Sinatra Example

defunkt / Mustache Sinatra Example

An example of using Mustache in a Sinatra app.

Programming Languages

ruby
36898 projects - #4 most used programming language

A Mustache Sinatra Example

Get started:

$ git clone http://github.com/defunkt/mustache-sinatra-example
$ cd mustache-sinatra-example
$ gem install bundler
$ bundle install
$ bundle exec shotgun -O config.ru

Or browser to http://localhost:9393 by hand.

Note that we use a templates and a views directory. You don't have to. By default the views and templates will live in the views directory together.

Enjoy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].