/frank

Minimalistic Sinatra clone

Primary LanguageRubyMIT LicenseMIT

Frank

Frank is a very simple and minimalistic Sinatra clone based on this post.

Installation

Clone the repo and execute:

$ bundle install

Usage

After cloning and bundle run:

$ ruby start_app.rb

Then open localhost:4000 in your browser.

Or create your own app following the one provided as an example.