Blackjack_Webapp

  1. Install the bundle gems.
    $ bundle install
  2. Make sure the 'sinatra' gem is installed.
    $ gem install sinatra
  3. From the command line, you can start the server by 'ruby main.rb'
    $ ruby main.rb
    http://127.0.0.1:4567/
  4. If you have the 'shotgun' gem installed, you can instead run 'shotgun main.rb'
    or
    $ shotgun main.rb
    http://127.0.0.1:9393/
  5. ctrl+c to stop the server