This is a simple blackjack game using Sinatra on the back-end with Bootstrap and Ajax on the front-end. It was completed as part of Tealeaf Academy's Introduction to Ruby and Web Development course.
- Make sure the 'sinatra' gem is installed.
- From the command line, you can start the server by
ruby main.rb
- If you have the 'shotgun' gem installed, you can instead run
shotgun main.rb
- ctrl+c to stop the server