/hello_world

A basic sinatra app

Primary LanguageRuby

Hello World App

Based on learnings from Udacity course and reading documentation

Steps

  • Go to directory hello_world

  • Install bundler if not already

    gem install bundler
  • Install required gems

    bundle install

    Run ruby app.rb and hit url to see the page on browser

Note: This app on master branch is based on modular style. A basic format in classic style is in branch classic_style